Skip to content

Commit 7dab4a0

Browse files
committed
fix bug with frontend calling healthcheck/ping
1 parent 453f5be commit 7dab4a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/server/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
urlpatterns = [
2222
path("admin/", admin.site.urls),
23-
path("api/healthcheck/", include("healthcheck.urls")),
23+
path("healthcheck/", include("healthcheck.urls")),
2424
]

0 commit comments

Comments
 (0)