fix: app 名字冲突
This commit is contained in:
parent
6496583273
commit
8598e71bda
|
@ -2,7 +2,7 @@ from django.urls import path
|
|||
from .views import UserLoginAPIView, UserDetailAPIView, UserLogoutAPIView
|
||||
|
||||
|
||||
app_name = 'users-api'
|
||||
app_name = 'users-mobile-api'
|
||||
urlpatterns = [
|
||||
path('login/', UserLoginAPIView.as_view(), name='login'),
|
||||
path('logout/', UserLogoutAPIView.as_view(), name='logout'),
|
||||
|
|
Loading…
Reference in New Issue