浏览代码

测试url

chanjunkai 5 年之前
父节点
当前提交
a716f3f9c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AnsjerPush/urls.py

+ 1 - 1
AnsjerPush/urls.py

@@ -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------------------
+    path('testtest/',testController.index)
 ]