mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Allow /healthcheck endpoint to bypass setup (#2215)
* fixes #2214: https://petsathome.atlassian.net/browse/PDE-2132: Added "views.healthcheck" Co-authored-by: Kevin Chung <kchung@ctfd.io>
This commit is contained in:
@@ -198,6 +198,7 @@ def init_request_processors(app):
|
||||
"views.integrations",
|
||||
"views.themes",
|
||||
"views.files",
|
||||
"views.healthcheck",
|
||||
):
|
||||
return
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user