mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 00:33:46 +02:00
api(app): add NodeInformationController
This commit is contained in:
@@ -117,6 +117,7 @@ Route::group(['prefix' => '/nodes'], function () {
|
||||
Route::get('/deployable', 'Nodes\NodeDeploymentController');
|
||||
Route::get('/{node}', 'Nodes\NodeController@view')->name('api.application.nodes.view');
|
||||
Route::get('/{node}/configuration', 'Nodes\NodeConfigurationController');
|
||||
Route::get('/{node}/information', 'Nodes\NodeInformationController');
|
||||
|
||||
Route::post('/', 'Nodes\NodeController@store');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user