add refresh token

This commit is contained in:
Parsa Nazer
2025-01-15 01:26:06 +03:30
parent 5dfe35e42d
commit f178754ba6
+1 -1
View File
@@ -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/<int:pk>', views.CommentView.as_view(), name='comment-list'),