diff --git a/app/routes/auth.php b/app/routes/auth.php index 2263566c..1a7d14a7 100644 --- a/app/routes/auth.php +++ b/app/routes/auth.php @@ -1,6 +1,9 @@ 'auth', 'namespace' => 'CachetHQ\Cachet\Http\Controllers'], function () { +Route::group([ + 'prefix' => 'auth', + 'namespace' => 'CachetHQ\Cachet\Http\Controllers' +], function () { Route::group(['before' => 'has_setting:app_name'], function () { // Login routes Route::get('login', [