kop narsalar qoshildi

This commit is contained in:
behruz-dev
2025-11-21 19:17:04 +05:00
parent cb0cdfde26
commit 6d8f5e3fec
42 changed files with 595 additions and 16 deletions

View 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'),
]