Fix: complete authentication and routing setup for /sidata subpath prefix
This commit is contained in:
@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public const HOME = '/home';
|
||||
public const HOME = '/sidata/home';
|
||||
|
||||
/**
|
||||
* The controller namespace for the application.
|
||||
@@ -60,4 +60,4 @@ class RouteServiceProvider extends ServiceProvider
|
||||
return Limit::perMinute(60)->by(optional($request->user())->id ?: $request->ip());
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user