diff --git a/app/routes/app.php b/app/routes/app.php index c4e5c88d..f74a0179 100644 --- a/app/routes/app.php +++ b/app/routes/app.php @@ -6,6 +6,7 @@ Route::group(['before' => 'has_setting:app_name'], function() { Route::get('/incident/{incident}', 'HomeController@showIncident'); }); +// Setup route. Route::group(['before' => 'no_setup:app_name'], function() { Route::controller('/setup', 'SetupController'); });