1
0
mirror of https://github.com/mediacms-io/mediacms.git synced 2025-03-07 11:42:07 +01:00

add api path to LOGIN_REQUIRED_IGNORE_PATHS ()

This commit is contained in:
masavini 2022-11-29 09:59:36 +01:00 committed by GitHub
parent b08d493823
commit da840b156d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,4 +480,5 @@ if GLOBAL_LOGIN_REQUIRED:
r'/accounts/login/$', r'/accounts/login/$',
r'/accounts/logout/$', r'/accounts/logout/$',
r'/accounts/signup/$', r'/accounts/signup/$',
r'/api/v[0-9]+/',
] ]