Missing closing quotes on api_routes example

This commit is contained in:
Leandro Lafin 2024-07-12 09:53:47 -03:00
parent 565f3eddd1
commit 4df1497250
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
1 changed files with 1 additions and 1 deletions

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