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