Parcourir la source

测试提交代码_5

locky il y a 4 ans
Parent
commit
bbfc885e50
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      AnsjerUIDManage/urls.py

+ 1 - 0
AnsjerUIDManage/urls.py

@@ -30,4 +30,5 @@ urlpatterns = [
     path('download', FileController.DownloadUIDFileView.as_view()),
     path('sales', SalesController.SalesView.as_view()),
     path('device/online', SalesController.DeviceOnlineView.as_view())
+
 ]