ソースを参照

Merge branch 'master' of http://192.168.136.45:3000/SERVER/AnsjerPush

pengzhibo168 5 年 前
コミット
0a5729a1e5
1 ファイル変更2 行追加2 行削除
  1. 2 2
      AnsjerPush/urls.py

+ 2 - 2
AnsjerPush/urls.py

@@ -15,7 +15,7 @@ Including another URLconf
 """
 from django.contrib import admin
 from django.urls import path
-from Controller import DetectController, ShadowController
+from Controller import DetectController,ShadowController
 
 
 urlpatterns = [
@@ -23,5 +23,5 @@ urlpatterns = [
     path('notify/push', DetectController.NotificationView.as_view()),
     path('deviceShadow/update', ShadowController.update_device_shadow),
     path('deviceShadow/generateUTK', ShadowController.generate_utk),
-    # tttttttttesting------------------
+    
 ]