feat: 支持外部访问

This commit is contained in:
maxmon 2024-04-24 22:10:29 +08:00
parent a11af98ee5
commit 3af5ddebc5
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ def index():
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='127.0.0.1', port=9060, debug=True) app.run(host='0.0.0.0', port=9060, debug=True)