Merge branch 'develop' into feature/react-admin
This commit is contained in:
commit
c40e4bd2c0
12 changed files with 153 additions and 6 deletions
|
@ -109,6 +109,7 @@ Route::group(['prefix' => '/nests'], function () {
|
|||
*/
|
||||
Route::group(['prefix' => '/nodes'], function () {
|
||||
Route::get('/', 'Nodes\NodeController@index')->name('api.application.nodes');
|
||||
Route::get('/deployable', 'Nodes\NodeDeploymentController');
|
||||
Route::get('/{node}', 'Nodes\NodeController@view')->name('api.application.nodes.view');
|
||||
Route::get('/{node}/configuration', 'Nodes\NodeConfigurationController');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue