fix swagger url

This commit is contained in:
2025-06-10 23:00:09 +02:00
parent b0765e8aac
commit f67eb5eb53

View File

@@ -19,6 +19,8 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot(): void public function boot(): void
{ {
// if (env('APP_ENV') === 'production') {
$this->app['request']->server->set('HTTPS','on'); // this line
}
} }
} }