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 37b8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 37b8606

Please sign in to comment.