chanjunkai vor 5 Jahren
Ursprung
Commit
ccfb59e718
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      azoauth/urls.py

+ 3 - 3
azoauth/urls.py

@@ -34,8 +34,8 @@ urlpatterns = [
     path('oa2/test', index.test),
     #负载均衡接口test(后期可删)
     path('oa2/loadserver', index.loadBalancingServer),
-    #测试分发
-    path('test/select', distribution.selectConnectNum.as_view()),       #查询连接数并返回url
-    path('test/storage', distribution.storageConnectNum.as_view()),       #存储连接数
+    #查询存储alexa连接数
+    path('distribution/select', distribution.selectConnectNum.as_view()),       #查询连接数并返回url
+    path('distribution/storage', distribution.storageConnectNum.as_view()),       #存储连接数
 
 ]