We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f5be commit 7dab4a0Copy full SHA for 7dab4a0
1 file changed
server/server/urls.py
@@ -20,5 +20,5 @@
20
21
urlpatterns = [
22
path("admin/", admin.site.urls),
23
- path("api/healthcheck/", include("healthcheck.urls")),
+ path("healthcheck/", include("healthcheck.urls")),
24
]
0 commit comments