1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-27 00:51:33 +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:
Ryan Gough
2023-09-22 15:42:44 +02:00
committed by GitHub
parent ef95957990
commit 20244470a4

View File

@ -71,7 +71,7 @@
## mark paths as API routes to get HTTP Status code 401 instead of redirect to login page
# api_routes = [
# "^/api
# "^/api"
# ]
## Templates