fix: remove unused HTTP root-path configurations from application.yml
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
This commit is contained in:
@@ -57,8 +57,6 @@ nowchess:
|
||||
|
||||
"%deployed":
|
||||
quarkus:
|
||||
http:
|
||||
root-path: /api/account
|
||||
log:
|
||||
console:
|
||||
json: true
|
||||
|
||||
@@ -75,7 +75,6 @@ nowchess:
|
||||
"%deployed":
|
||||
quarkus:
|
||||
http:
|
||||
root-path: /api
|
||||
cors:
|
||||
~: true
|
||||
origins: ${CORS_ORIGINS}
|
||||
|
||||
@@ -30,8 +30,6 @@ nowchess:
|
||||
|
||||
"%deployed":
|
||||
quarkus:
|
||||
http:
|
||||
root-path: /api/store
|
||||
log:
|
||||
console:
|
||||
json: true
|
||||
|
||||
@@ -29,8 +29,6 @@ nowchess:
|
||||
|
||||
"%deployed":
|
||||
quarkus:
|
||||
http:
|
||||
root-path: /ws
|
||||
log:
|
||||
console:
|
||||
json: true
|
||||
|
||||
Reference in New Issue
Block a user