addres qoshish da api o'zgartirildi

This commit is contained in:
2026-04-23 16:20:43 +05:00
parent ca5b6402ea
commit 73bacb864f
3 changed files with 5 additions and 5 deletions

View File

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