Files
gateway/krakend.json
A'zamov Samandar 21aa787d4b
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
fix typo
2025-11-05 18:27:42 +05:00

20 lines
348 B
JSON

{
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
"version": 3,
"debug_endpoint": true,
"endpoints": [
{
"endpoint": "/auth/",
"backend": [
{
"host": [
"http://auth:8000"
],
"url_pattern": "/auth/",
"encoding": "no-op"
}
]
}
]
}