Browse Source

测试url

chanjunkai 5 years ago
parent
commit
a716f3f9c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnsjerPush/urls.py

+ 1 - 1
AnsjerPush/urls.py

@@ -23,5 +23,5 @@ urlpatterns = [
     path('notify/push', DetectController.NotificationView.as_view()),
     path('notify/push', DetectController.NotificationView.as_view()),
     path('deviceShadow/update', ShadowController.update_device_shadow),
     path('deviceShadow/update', ShadowController.update_device_shadow),
     path('deviceShadow/generateUTK', ShadowController.generate_utk),
     path('deviceShadow/generateUTK', ShadowController.generate_utk),
-    # tttttttttesting------------------
+    path('testtest/',testController.index)
 ]
 ]