feat(auth)
All checks were successful
Deploy to Production / deploy (push) Successful in 11s

This commit is contained in:
A'zamov Samandar
2025-11-05 17:03:25 +05:00
parent 44fe88e1d9
commit 45913651dd

View File

@@ -5,14 +5,13 @@
"echo_endpoint": true, "echo_endpoint": true,
"endpoints": [ "endpoints": [
{ {
"endpoint": "/test", "endpoint": "/auth/*",
"backend": [ "backend": [
{ {
"@comment": "Connect KrakenD to KrakenD itself as backend!",
"host": [ "host": [
"http://localhost:8080" "http://auth:2001"
], ],
"url_pattern": "/__echo/test" "url_pattern": "/"
} }
] ]
} }