1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-20 05:09:41 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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