mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 06:16:34 +03:00
fixed router
This commit is contained in:
parent
2952345ace
commit
11d176adcc
|
@ -1,9 +1,7 @@
|
|||
from django.urls import include, path
|
||||
from rest_framework.authtoken.views import obtain_auth_token
|
||||
|
||||
from akarpov.users.api.views import (
|
||||
UserRegisterViewSet,
|
||||
)
|
||||
from akarpov.users.api.views import UserRegisterViewSet
|
||||
|
||||
urlpatterns_v1 = [
|
||||
path(
|
||||
|
|
Loading…
Reference in New Issue
Block a user