diff --git a/krakend.json b/krakend.json index 1c261f1..ed19c8b 100644 --- a/krakend.json +++ b/krakend.json @@ -5,14 +5,13 @@ "echo_endpoint": true, "endpoints": [ { - "endpoint": "/test", + "endpoint": "/auth/*", "backend": [ { - "@comment": "Connect KrakenD to KrakenD itself as backend!", "host": [ - "http://localhost:8080" + "http://auth:2001" ], - "url_pattern": "/__echo/test" + "url_pattern": "/" } ] }