forked from erp-dev/erp
fea: business completed
This commit is contained in:
@@ -41,6 +41,7 @@ from api_v2.views import (
|
||||
AgentMesProductionAssignmentListView,
|
||||
)
|
||||
from api_v2.views.basic_info import CustomerEmployeeBindingView, MyVisiblePagesView
|
||||
from api_v2.views.wecom import WecomBindingView, WecomLoginView
|
||||
|
||||
urlpatterns = [
|
||||
path('health/', HealthCheckView.as_view(), name='api_v2_health_check'),
|
||||
@@ -83,4 +84,6 @@ urlpatterns = [
|
||||
path('mes/production-assignments/<int:assignment_id>/', ProductionAssignmentDetailView.as_view(), name='api_v2_mes_production_assignment_detail'),
|
||||
path('shipment-delivery-photos/', ShipmentDeliveryPhotoListCreateView.as_view(), name='api_v2_shipment_delivery_photo_list_create'),
|
||||
path('shipment-delivery-photos/<int:photo_id>/', ShipmentDeliveryPhotoDetailView.as_view(), name='api_v2_shipment_delivery_photo_detail'),
|
||||
path('wecom/binduser/', WecomBindingView.as_view(), name='api_v2_wecom_binduser'),
|
||||
path('wecom/login/', WecomLoginView.as_view(), name='api_v2_wecom_login'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user