mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +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.integrations",
|
||||||
"views.themes",
|
"views.themes",
|
||||||
"views.files",
|
"views.files",
|
||||||
|
"views.healthcheck",
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user