From 21aa787d4b4a96f79605ed269cd4cc96eb25e601 Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Wed, 5 Nov 2025 18:27:42 +0500 Subject: [PATCH] fix typo --- krakend.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/krakend.json b/krakend.json index 6298900..9eddb05 100644 --- a/krakend.json +++ b/krakend.json @@ -1,4 +1,5 @@ { + "$schema": "https://www.krakend.io/schema/v2.12/krakend.json", "version": 3, "debug_endpoint": true, "endpoints": [ @@ -9,7 +10,8 @@ "host": [ "http://auth:8000" ], - "url_pattern": "/auth/" + "url_pattern": "/auth/", + "encoding": "no-op" } ] }