Basic allocation information
Allows deleting ports, nothing else yet
This commit is contained in:
parent
2160613163
commit
54bef1e7d5
3 changed files with 114 additions and 1 deletions
|
@ -172,6 +172,10 @@ class AdminRoutes {
|
|||
'uses' => 'Admin\NodesController@postView'
|
||||
]);
|
||||
|
||||
$router->delete('/view/{id}/allocation/{ip}/{port}', [
|
||||
'uses' => 'Admin\NodesController@deletePortAllocation'
|
||||
]);
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue