From 32e7e4905da0aaea87f7e2a9e7a676b5dbec86d7 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Fri, 6 Jun 2025 19:52:51 +0200 Subject: [PATCH] :wrench: Adjust root path --- 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 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