mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
routes: cleanup files
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
// Routes for the Wings daemon.
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Wings Remote API Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Endpoint: /api/remote
|
||||
|
|
||||
*/
|
||||
Route::post('/sftp/auth', 'SftpAuthenticationController');
|
||||
|
||||
Route::get('/servers', 'Servers\ServerDetailsController@list');
|
||||
|
||||
Reference in New Issue
Block a user