fix: Add root-path for Swagger UI compatibility
This commit is contained in:
@@ -15,6 +15,7 @@ quarkus.application.version=1.0.0
|
|||||||
# HTTP Configuration (COMMUNE)
|
# HTTP Configuration (COMMUNE)
|
||||||
# ============================================
|
# ============================================
|
||||||
quarkus.http.host=0.0.0.0
|
quarkus.http.host=0.0.0.0
|
||||||
|
quarkus.http.root-path=/lions-user-manager
|
||||||
quarkus.http.cors=true
|
quarkus.http.cors=true
|
||||||
quarkus.http.cors.methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
|
quarkus.http.cors.methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
|
||||||
quarkus.http.cors.headers=*
|
quarkus.http.cors.headers=*
|
||||||
|
|||||||
Reference in New Issue
Block a user