fix typo
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
A'zamov Samandar
2025-11-05 18:27:42 +05:00
parent f9fadf35a1
commit 21aa787d4b

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
"version": 3, "version": 3,
"debug_endpoint": true, "debug_endpoint": true,
"endpoints": [ "endpoints": [
@@ -9,7 +10,8 @@
"host": [ "host": [
"http://auth:8000" "http://auth:8000"
], ],
"url_pattern": "/auth/" "url_pattern": "/auth/",
"encoding": "no-op"
} }
] ]
} }