|
@@ -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()), #存储连接数
|
|
|
|
|
|
]
|