diff --git a/backend/core/urls.py b/backend/core/urls.py index d8e4a3e..2286b6f 100644 --- a/backend/core/urls.py +++ b/backend/core/urls.py @@ -16,7 +16,7 @@ urlpatterns = [ path('token/', CustomTokenObtainPairView.as_view(), name='token_obtain_pair'), - # path('token/refresh/', TokenRefreshView.as_view(), name='token_refresh'), + path('token/refresh/', TokenRefreshView.as_view(), name='token_refresh'), path('admin/', admin.site.urls), path('schema/', SpectacularAPIView.as_view(), name='schema'), # path('comment/', views.CommentView.as_view(), name='comment-list'),