Skip to content

Commit

Permalink
Change healthcheck endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2024
1 parent b10cb2e commit bbed3ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etna/healthcheck/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ def healthcheck(request):
path(
"",
healthcheck,
name="healthcheck",
),
path(
"live/",
healthcheck,
),
]

0 comments on commit bbed3ee

Please sign in to comment.