locky 4 жил өмнө
parent
commit
fa89018ca5

+ 2 - 0
AnsjerUIDManage/urls.py

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