Include all server information in details endpoints for daemon to use
This commit is contained in:
parent
058f72c923
commit
59bfc212c9
2 changed files with 23 additions and 8 deletions
|
@ -12,5 +12,5 @@ Route::group(['prefix' => '/scripts'], function () {
|
|||
// Routes for the Wings daemon.
|
||||
Route::post('/sftp/auth', 'SftpAuthenticationController');
|
||||
Route::group(['prefix' => '/servers/{uuid}'], function () {
|
||||
Route::get('/configuration', 'Servers\ServerConfigurationController');
|
||||
Route::get('/', 'Servers\ServerDetailsController');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue