From 28a789c4a45761fcd097f0c8ce6d2b9ddb129222 Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Wed, 5 Nov 2025 17:31:49 +0500 Subject: [PATCH] fix typo --- krakend.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krakend.json b/krakend.json index 69b24ab..6e7890f 100644 --- a/krakend.json +++ b/krakend.json @@ -5,13 +5,13 @@ "echo_endpoint": true, "endpoints": [ { - "endpoint": "/auth/{path}/*", + "endpoint": "/auth/{path}", "backend": [ { "host": [ - "http://auth:2001" + "http://auth:8000" ], - "url_pattern": "/{path}/" + "url_pattern": "/{path}" } ] }