mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
add api path to LOGIN_REQUIRED_IGNORE_PATHS (#483)
This commit is contained in:
@@ -480,4 +480,5 @@ if GLOBAL_LOGIN_REQUIRED:
|
||||
r'/accounts/login/$',
|
||||
r'/accounts/logout/$',
|
||||
r'/accounts/signup/$',
|
||||
r'/api/v[0-9]+/',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user