diff --git a/krakend.json b/krakend.json index b6c1922..fce2901 100644 --- a/krakend.json +++ b/krakend.json @@ -1,15 +1,13 @@ { - "$schema": "https://www.krakend.io/schema/v2.12/krakend.json", "version": 3, "debug_endpoint": true, - "echo_endpoint": true, "endpoints": [ { - "endpoint": "/auth/*", + "endpoint": "/v1/*", "backend": [ { "host": [ - "http://auth:8000" + "http://legacy-api" ], "url_pattern": "/" }