Fix: complete authentication and routing setup for /sidata subpath prefix

This commit is contained in:
2026-08-30 13:19:09 +07:00
parent 2e9257f601
commit 3d7cba88df
2 changed files with 56 additions and 51 deletions
+2 -2
View File
@@ -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());
});
}
}
}