mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Move everything around as needed to get things setup for the client API
This commit is contained in:
9
app/Http/Controllers/Api/Client/ClientController.php
Normal file
9
app/Http/Controllers/Api/Client/ClientController.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Pterodactyl\Http\Controllers\Api\Client;
|
||||
|
||||
use Pterodactyl\Http\Controllers\Api\Application\ClientApiController;
|
||||
|
||||
class ClientController extends ClientApiController
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user