Ver Fonte

测试url

chanjunkai há 5 anos atrás
pai
commit
a716f3f9c5
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
 ]