kop narsalar qoshildi
This commit is contained in:
8
core/apps/authentication/urls.py
Normal file
8
core/apps/authentication/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from core.apps.authentication.views import login
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('login/', login.LoginApiView.as_view(), name='login-api'),
|
||||
]
|
||||
Reference in New Issue
Block a user