Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816f509 commit c803176Copy full SHA for c803176
README.md
@@ -23,6 +23,6 @@ python3 manage.py db migrate -m "initial migration"
23
python3 manage.py db upgrade
24
```
25
26
-启动程序后默认地址:http://0.0.0.0:5000/ ,可以在app.py中修改
+默认监听地址:host='0.0.0.0', port='5000' ,可以在app.py中修改
27
28

0 commit comments