routes: cleanup files
This commit is contained in:
parent
ba41fb5095
commit
e2c8a2fdea
5 changed files with 35 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue