diff --git a/java-spring/api-gateway-service/src/main/resources/application.properties b/java-spring/api-gateway-service/src/main/resources/application.properties index 41ce935..b2d5682 100755 --- a/java-spring/api-gateway-service/src/main/resources/application.properties +++ b/java-spring/api-gateway-service/src/main/resources/application.properties @@ -25,7 +25,7 @@ api.gateway.endpoints[5].method=POST api.gateway.endpoints[5].location=http://${transfers.commandside.service.host}:8080 api.gateway.endpoints[6].path=[/]*api/customers.* api.gateway.endpoints[6].method=DELETE -api.gateway.endpoints[6].location=http://${customers.commandside.service.host}:8080\ +api.gateway.endpoints[6].location=http://${customers.commandside.service.host}:8080 api.gateway.endpoints[7].path=[/]*api/accounts.* api.gateway.endpoints[7].method=DELETE api.gateway.endpoints[7].location=http://${accounts.commandside.service.host}:8080 \ No newline at end of file