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 91c348d commit 970b5c4Copy full SHA for 970b5c4
server/api/urls.py
@@ -18,10 +18,9 @@
18
from django.contrib import admin
19
from django.urls import path, include
20
21
+
22
urlpatterns = [
23
path("admin/", admin.site.urls),
24
path("api/healthcheck/", include(("api.healthcheck.urls"))),
- path("api/token/", TokenObtainPairView.as_view(), name='token_obtain_pair'),
25
- path("api/token/refresh/", TokenRefreshView.as_view(), name='token_refresh'),
26
path("api/", include("event_registration.urls")),
27
]
0 commit comments