Explorar o código

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

pengzhibo168 %!s(int64=5) %!d(string=hai) anos
pai
achega
0a5729a1e5
Modificáronse 1 ficheiros con 2 adicións e 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------------------
+    
 ]