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":
|
"%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
|
||||||
|
|||||||
Reference in New Issue
Block a user