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