api(remote): update sftp auth controller
This commit is contained in:
parent
f9114e2de0
commit
790f109e66
3 changed files with 10 additions and 3 deletions
|
@ -11,6 +11,7 @@ use Illuminate\Support\Facades\Route;
|
|||
|
|
||||
*/
|
||||
Route::post('/sftp/auth', 'SftpAuthenticationController');
|
||||
Route::put('/sftp/auth', 'SftpAuthenticationController@getSSHKeys');
|
||||
|
||||
Route::get('/servers', 'Servers\ServerDetailsController@list');
|
||||
Route::post('/servers/reset', 'Servers\ServerDetailsController@resetState');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue