From e66445575efad6b9af008af4b2d1cfd43815096e Mon Sep 17 00:00:00 2001 From: Anthony F McInerney Date: Sat, 17 Oct 2020 10:35:22 +0100 Subject: [PATCH] service templates - move to blade -wip --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index eff36107e4..72cbaa3494 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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'); });