commit unversioned files ;)
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
from django.urls import path
|
||||
from preinfo.views import ClientPreinfoView, check_preinfo, PreinfoSearchView
|
||||
from preinfo.views import ClientPreinfoView, check_preinfo, PreinfoSearchView, PreinfoListView
|
||||
|
||||
urlpatterns = [
|
||||
path('client/', ClientPreinfoView.as_view(), name='client_preinfo'),
|
||||
path('check-preinfo/', check_preinfo, name='check_preinfo'),
|
||||
path('preinfo-search/', PreinfoSearchView.as_view(), name='preinfo_search'),
|
||||
path('employee_preinfo/', PreinfoListView.as_view(), name='employee_preinfo'),
|
||||
]
|
||||
Reference in New Issue
Block a user