update
Some checks failed
Deploy to Production / deploy (push) Failing after 15s

This commit is contained in:
A'zamov Samandar
2025-11-05 17:36:52 +05:00
parent ef82c52554
commit c2fcd9428e

View File

@@ -1,15 +1,13 @@
{
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
"version": 3,
"debug_endpoint": true,
"echo_endpoint": true,
"endpoints": [
{
"endpoint": "/auth/*",
"endpoint": "/v1/*",
"backend": [
{
"host": [
"http://auth:8000"
"http://legacy-api"
],
"url_pattern": "/"
}