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