James Brown
Committed by GitHub

Update API ports for running applications (#478)

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -1163,7 +1163,7 @@ def search():
# 向运行中的应用发送搜索请求
results = {}
api_ports = {'insight': 8601, 'media': 8602, 'query': 8603}
api_ports = {'insight': 8501, 'media': 8502, 'query': 8503}
for app_name in running_apps:
try:
... ...