This commit is contained in:
alex danamir
2020-12-28 00:41:06 +03:00
parent b40fd5ee4a
commit 6d4e32db0b
3 changed files with 38 additions and 14 deletions

3
app.py
View File

@@ -110,5 +110,6 @@ def getManual():
# http://127.0.0.1:5000/api/v1.0/manual
return man()
if __name__ == '__main__':
app.run(debug=True,host='0.0.0.0', port=5501)
app.run(debug=True, host='0.0.0.0', port=5501)