diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a8f21c8..0a324c7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,5 @@ quarkus.http.cors.enabled=true +quarkus.http.root-path=/api %dev.quarkus.http.cors.origins=/.*/ %dev.quarkus.http.port=9090