diff --git a/deep/urls.py b/deep/urls.py index 36e6a4c8a..f2fc8ec26 100644 --- a/deep/urls.py +++ b/deep/urls.py @@ -619,7 +619,7 @@ def get_api_path(path): name="favicon"), re_path('ses-bounce/?$', ses_bounce_handler_view, name='ses_bounce'), - re_path(r'ht/', include('health_check.urls')), + re_path(r'health-check/', include('health_check.urls')), ] + [ # graphql patterns