Allow updating settings and show configuration for node
This commit is contained in:
parent
69b541643c
commit
6e0c5d16af
5 changed files with 601 additions and 42 deletions
|
@ -168,6 +168,10 @@ class AdminRoutes {
|
|||
'uses' => 'Admin\NodesController@getView'
|
||||
]);
|
||||
|
||||
$router->post('/view/{id}', [
|
||||
'uses' => 'Admin\NodesController@postView'
|
||||
]);
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue