forked from erp-dev/erp
feat: api_v2
This commit is contained in:
8
api_v2/urls.py
Normal file
8
api_v2/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from api_v2.views import QuickCreateEmployeeUserView
|
||||
|
||||
urlpatterns = [
|
||||
path('users/quick-create/', QuickCreateEmployeeUserView.as_view(), name='api_v2_user_quick_create'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user