aaAa
This commit is contained in:
@ -3,5 +3,6 @@ from custom_auth import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', include('rest_framework.urls')),
|
||||
path('token/', views.CustomAuthToken.as_view())
|
||||
path('token/', views.CustomAuthToken.as_view()),
|
||||
path('register/', views.RegisterView.as_view())
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user