Skip to content

Commit

Permalink
Rename health check url
Browse files Browse the repository at this point in the history
  • Loading branch information
sudan45 committed Nov 22, 2024
1 parent cfc21d3 commit f9f8ccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deep/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -649,7 +649,6 @@ def get_api_path(path):
re_path(r'^ec-email/$', EntryCommentEmail.as_view()),
re_path(r'^erc-email/$', EntryReviewCommentEmail.as_view()),
re_path(r'^render-debug/$', RenderChart.as_view()),

]

handler404 = Api_404View.as_view()
Expand Down

0 comments on commit f9f8ccf

Please sign in to comment.