Files
gateway/krakend.json
A'zamov Samandar f9fadf35a1
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
fix typo
2025-11-05 18:08:34 +05:00

18 lines
252 B
JSON

{
"version": 3,
"debug_endpoint": true,
"endpoints": [
{
"endpoint": "/auth/",
"backend": [
{
"host": [
"http://auth:8000"
],
"url_pattern": "/auth/"
}
]
}
]
}