fix: Remove root-path, configure Swagger UI URL correctly

This commit is contained in:
dahoud
2026-02-27 05:18:56 +00:00
parent 7ca54276be
commit 3b2aa29683
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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=*