Explorar el Código

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

pengzhibo168 hace 5 años
padre
commit
0a5729a1e5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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------------------
+    
 ]