fix: support sidataprod path behind traefik
CI/CD Pipeline to Rancher - SIDATA / build-and-deploy (push) Failing after 2m3s
CI/CD Pipeline to Rancher - SIDATA / build-and-deploy (push) Failing after 2m3s
This commit is contained in:
@@ -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 redirect()->guest(route('login'));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user