From 7ca54276be80b43bf994ccb9b356d3b54414ca32 Mon Sep 17 00:00:00 2001 From: dahoud Date: Fri, 27 Feb 2026 05:00:06 +0000 Subject: [PATCH] fix: Add root-path for Swagger UI compatibility --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c1b5f41..51e13b1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,6 +15,7 @@ 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=*