app service provider
Laravel CI-CD (Gitea) / Tests Unitaires (push) Successful in 14s Details
Laravel CI-CD (Gitea) / Build & Push Docker (push) Successful in 26s Details
Laravel CI-CD (Gitea) / Déploiement Simplifié (push) Successful in 1s Details

This commit is contained in:
Leon 2026-03-13 14:07:13 +01:00
parent 96653e3592
commit 4acd59cd2a
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
// if ($this->app->environment('production')) {
// URL::forceScheme('https');
// }
if ($this->app->environment('production')) {
URL::forceScheme('https');
}
Scramble::extendOpenApi(function (OpenApi $openApi) {
$openApi->secure(
SecurityScheme::http('bearer')