Missing closing quotes on api_routes example
This commit is contained in:
parent
565f3eddd1
commit
4df1497250
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue