This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
"echo_endpoint": true,
|
||||
"endpoints": [
|
||||
{
|
||||
"endpoint": "/auth/*",
|
||||
"endpoint": "/auth/{path}/*",
|
||||
"backend": [
|
||||
{
|
||||
"host": [
|
||||
"http://auth:2001"
|
||||
],
|
||||
"url_pattern": "/"
|
||||
"url_pattern": "/{path}/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user