fix: remove unused HTTP root-path configurations from application.yml
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-05-13 16:23:04 +02:00
parent 0060229ee9
commit 3ed3e59ee4
4 changed files with 0 additions and 7 deletions
@@ -57,8 +57,6 @@ nowchess:
"%deployed": "%deployed":
quarkus: quarkus:
http:
root-path: /api/account
log: log:
console: console:
json: true json: true
@@ -75,7 +75,6 @@ nowchess:
"%deployed": "%deployed":
quarkus: quarkus:
http: http:
root-path: /api
cors: cors:
~: true ~: true
origins: ${CORS_ORIGINS} origins: ${CORS_ORIGINS}
@@ -30,8 +30,6 @@ nowchess:
"%deployed": "%deployed":
quarkus: quarkus:
http:
root-path: /api/store
log: log:
console: console:
json: true json: true
@@ -29,8 +29,6 @@ nowchess:
"%deployed": "%deployed":
quarkus: quarkus:
http:
root-path: /ws
log: log:
console: console:
json: true json: true