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:
Bradley Jenkins
2022-11-05 13:21:14 +00:00
committed by GitHub
parent a085d0922a
commit 54ebf824f6

View File

@@ -198,6 +198,7 @@ def init_request_processors(app):
"views.integrations",
"views.themes",
"views.files",
"views.healthcheck",
):
return
else: