token authentication
This commit is contained in:
@@ -3,10 +3,11 @@ from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('auth/', include('authentication.urls')),
|
||||
path('users/', include('authentication.urls')),
|
||||
path('comparte/', include('comparte.urls')),
|
||||
path('compra/', include('compra.urls')),
|
||||
path('item/', include('item.urls')),
|
||||
path('lista/', include('lista.urls')),
|
||||
path('token/', include('djoser.urls')),
|
||||
path('auth/', include('djoser.urls')),
|
||||
path('auth/', include('djoser.urls.authtoken'))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user