mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-02-01 13:18:05 +02:00
Missing closing quotes on api_routes example (#2123)
While parsing config: (28, 4): unescaped control character U+000A
This commit is contained in:
parent
ef95957990
commit
20244470a4
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
## mark paths as API routes to get HTTP Status code 401 instead of redirect to login page
|
## mark paths as API routes to get HTTP Status code 401 instead of redirect to login page
|
||||||
# api_routes = [
|
# api_routes = [
|
||||||
# "^/api
|
# "^/api"
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
## Templates
|
## Templates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user