mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-24 09:13:45 +02:00
Include all server information in details endpoints for daemon to use
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user