From 3b2aa296837595c857a04d04f26d130cf54d1dab Mon Sep 17 00:00:00 2001 From: dahoud Date: Fri, 27 Feb 2026 05:18:56 +0000 Subject: [PATCH] fix: Remove root-path, configure Swagger UI URL correctly --- src/main/resources/application-prod.properties | 1 + src/main/resources/application.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 83ce240..d3595a9 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -89,6 +89,7 @@ quarkus.log.file.enable=false # ============================================ quarkus.swagger-ui.always-include=true quarkus.swagger-ui.enable=true +quarkus.swagger-ui.urls.default=/q/openapi # ============================================ # Performance Tuning PROD diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 51e13b1..c1b5f41 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,7 +15,6 @@ quarkus.application.version=1.0.0 # HTTP Configuration (COMMUNE) # ============================================ quarkus.http.host=0.0.0.0 -quarkus.http.root-path=/lions-user-manager quarkus.http.cors=true quarkus.http.cors.methods=GET,POST,PUT,DELETE,PATCH,OPTIONS quarkus.http.cors.headers=*