chanjunkai 5 년 전
부모
커밋
ccfb59e718
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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()),       #存储连接数
 
 ]