Fix up SFTP endpoint
This commit is contained in:
parent
2570b4e2d0
commit
24f340c9a1
2 changed files with 10 additions and 7 deletions
|
@ -9,10 +9,8 @@ Route::group(['prefix' => '/scripts'], function () {
|
|||
Route::get('/{uuid}', 'EggInstallController@index')->name('api.remote.scripts');
|
||||
});
|
||||
|
||||
Route::group(['prefix' => '/sftp'], function () {
|
||||
Route::post('/', 'SftpController@index')->name('api.remote.sftp');
|
||||
});
|
||||
|
||||
// Routes for the Wings daemon.
|
||||
Route::post('/sftp/auth', 'SftpAuthenticationController');
|
||||
Route::group(['prefix' => '/servers/{uuid}'], function () {
|
||||
Route::get('/configuration', 'Servers\ServerConfigurationController');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue