mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Allow updating settings and show configuration for node
This commit is contained in:
@@ -168,6 +168,10 @@ class AdminRoutes {
|
||||
'uses' => 'Admin\NodesController@getView'
|
||||
]);
|
||||
|
||||
$router->post('/view/{id}', [
|
||||
'uses' => 'Admin\NodesController@postView'
|
||||
]);
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user