add req
parent
4ebdbfd972
commit
c8a9ceb559
2
f.py
2
f.py
|
@ -8,4 +8,4 @@ def hello_world():
|
|||
|
||||
if __name__ == '__main__':
|
||||
|
||||
app.run(host='10.10.11.2', port=6600)
|
||||
app.run(host='localhost', port=14000)
|
||||
|
|
Loading…
Reference in New Issue