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…
Reference in New Issue