fix sidataprod base URL and routes

This commit is contained in:
2026-09-06 11:20:19 +07:00
parent 96619ca480
commit eccb3ba750
5 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ class Authenticate extends Middleware
{
if (! $request->expectsJson()) {
// Paksa redirect membawa prefix /sidata agar tidak terlempar ke root domain
return url('/sidata/login');
return url('/sidataprod/login');
}
}
}
}
+1 -1
View File
@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
public const HOME = '/sidata/home';
public const HOME = '/sidataprod/home';
/**
* The controller namespace for the application.