fixed router

This commit is contained in:
Alexander Karpov 2023-01-11 13:48:55 +03:00
parent 2952345ace
commit 11d176adcc

View File

@ -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(