Merged dev and switched server to waitress for production
This commit is contained in:
4
main.py
4
main.py
@@ -231,5 +231,5 @@ def test():
|
|||||||
return jsonify(mangaInfo)
|
return jsonify(mangaInfo)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host='0.0.0.0', debug=True)
|
#app.run(host='0.0.0.0', debug=True)
|
||||||
#serve(app, host='0.0.0.0', port=8000)
|
serve(app, host='0.0.0.0', port=8000)
|
||||||
|
|||||||
Reference in New Issue
Block a user