Change port of the API
This commit is contained in:
parent
51c1f47f6b
commit
8005d14276
@ -639,4 +639,4 @@ async def sse():
|
|||||||
return response
|
return response
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(debug=True, port=5010)
|
app.run(debug=False,host='0.0.0.0', port=5009)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user