Add Startup Params view
Translations might be the end of us.
This commit is contained in:
parent
ffa1e46cec
commit
f6600f447f
8 changed files with 186 additions and 15 deletions
|
@ -65,8 +65,12 @@ class ServerRoutes
|
|||
'uses' => 'Server\ServerController@postSettingsSFTP',
|
||||
]);
|
||||
|
||||
$router->post('/settings/startup', [
|
||||
$router->get('/settings/startup', [
|
||||
'as' => 'server.settings.startup',
|
||||
'uses' => 'Server\ServerController@getStartup',
|
||||
]);
|
||||
|
||||
$router->post('/settings/startup', [
|
||||
'uses' => 'Server\ServerController@postSettingsStartup',
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue