Change port of the API

This commit is contained in:
Vivek Teega 2019-08-26 05:31:49 +00:00
parent 51c1f47f6b
commit 8005d14276

View File

@ -639,4 +639,4 @@ async def sse():
return response
if __name__ == "__main__":
app.run(debug=True, port=5010)
app.run(debug=False,host='0.0.0.0', port=5009)