From f9fadf35a1031a1d5388f6d238491d6389a7b91b Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Wed, 5 Nov 2025 18:08:34 +0500 Subject: [PATCH] fix typo --- krakend.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krakend.json b/krakend.json index fce2901..6298900 100644 --- a/krakend.json +++ b/krakend.json @@ -3,13 +3,13 @@ "debug_endpoint": true, "endpoints": [ { - "endpoint": "/v1/*", + "endpoint": "/auth/", "backend": [ { "host": [ - "http://legacy-api" + "http://auth:8000" ], - "url_pattern": "/" + "url_pattern": "/auth/" } ] }