addres qoshish da api o'zgartirildi

This commit is contained in:
2026-04-23 16:23:34 +05:00
parent 73bacb864f
commit 18b652902f

View File

@@ -15,7 +15,7 @@ class AppServiceProvider extends ServiceProvider
public function boot()
{
if (config('app.env') === 'production') {
URL::forceScheme('http');
URL::forceScheme('https');
}
}
}