Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
James Brown
2026-01-03 01:46:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2026-01-03 01:46:44 +0800
Commit
fd35b3c61858f2b9f0d47382efa70942dad8d3f3
fd35b3c6
1 parent
cf36e036
Update API ports for running applications (#478)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.py
app.py
View file @
fd35b3c
...
...
@@ -1163,7 +1163,7 @@ def search():
# 向运行中的应用发送搜索请求
results
=
{}
api_ports
=
{
'insight'
:
8
601
,
'media'
:
8602
,
'query'
:
86
03
}
api_ports
=
{
'insight'
:
8
501
,
'media'
:
8502
,
'query'
:
85
03
}
for
app_name
in
running_apps
:
try
:
...
...
Please
register
or
login
to post a comment