Fix debug
All checks were successful
Push image to registry / build-image (push) Successful in 3m53s

This commit is contained in:
2025-02-08 11:00:30 +01:00
parent 71ad103a1f
commit 9647676c27
2 changed files with 5 additions and 3 deletions

View File

@ -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');
}