mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - move to blade -wip
This commit is contained in:
@@ -110,6 +110,7 @@ Route::group(['middleware' => ['auth'], 'guard' => 'auth'], function () {
|
||||
Route::get('location', 'LocationController');
|
||||
Route::get('munin', 'MuninPluginController');
|
||||
Route::get('service', 'ServiceController');
|
||||
Route::get('template', 'ServiceTemplateController');
|
||||
Route::get('port', 'PortController');
|
||||
Route::get('port-field', 'PortFieldController');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user