Clening up
All checks were successful
Push image to registry / build-image (push) Successful in 3m55s
All checks were successful
Push image to registry / build-image (push) Successful in 3m55s
This commit is contained in:
@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
Vite::prefetch(concurrency: 3);
|
||||
|
||||
if (str_starts_with(env('APP_URL'), "https://")) {
|
||||
if (str_starts_with(config('app.url'), "https://")) {
|
||||
$url->forceScheme('https');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user