From a440d705b011d5f2f8b6bc0035d9859fc89a0f38 Mon Sep 17 00:00:00 2001 From: dahoud Date: Thu, 23 Oct 2025 11:23:20 +0000 Subject: [PATCH] Fix: Configure Swagger UI to load OpenAPI from /btpxpress/openapi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajoute quarkus.swagger-ui.url=/btpxpress/openapi pour corriger le chargement de la spécification OpenAPI dans Swagger UI derrière l'Ingress nginx avec rewrite. --- src/main/resources/application-prod.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 32b3d90..c5b77d3 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -77,6 +77,7 @@ quarkus.datasource.jdbc.leak-detection-interval=PT10M # OpenAPI/Swagger quarkus.swagger-ui.always-include=true quarkus.swagger-ui.path=/swagger-ui +quarkus.swagger-ui.url=/btpxpress/openapi quarkus.smallrye-openapi.path=/openapi quarkus.smallrye-openapi.info-title=BTP Xpress API quarkus.smallrye-openapi.info-version=1.0.0