Skip to content

Commit 970b5c4

Browse files
committed
update duplicate url
1 parent 91c348d commit 970b5c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/api/urls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
from django.contrib import admin
1919
from django.urls import path, include
2020

21+
2122
urlpatterns = [
2223
path("admin/", admin.site.urls),
2324
path("api/healthcheck/", include(("api.healthcheck.urls"))),
24-
path("api/token/", TokenObtainPairView.as_view(), name='token_obtain_pair'),
25-
path("api/token/refresh/", TokenRefreshView.as_view(), name='token_refresh'),
2625
path("api/", include("event_registration.urls")),
2726
]

0 commit comments

Comments
 (0)