🔧 Adjust root path

This commit is contained in:
Andreas Dinauer 2025-06-06 19:52:51 +02:00
parent e253ce4228
commit 32e7e4905d

View File

@ -1,4 +1,5 @@
quarkus.http.cors.enabled=true quarkus.http.cors.enabled=true
quarkus.http.root-path=/api
%dev.quarkus.http.cors.origins=/.*/ %dev.quarkus.http.cors.origins=/.*/
%dev.quarkus.http.port=9090 %dev.quarkus.http.port=9090