Skip to content

Commit

Permalink
Missing closing quotes on api_routes example (oauth2-proxy#2123)
Browse files Browse the repository at this point in the history
While parsing config: (28, 4): unescaped control character U+000A
  • Loading branch information
ryjogo authored Sep 22, 2023
1 parent ef95957 commit 2024447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/oauth2-proxy.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2024447

Please sign in to comment.