service templates - move to blade -wip

This commit is contained in:
Anthony F McInerney
2020-10-17 10:35:22 +01:00
parent c7bf864c64
commit e66445575e
+1
View File
@@ -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');
});