Commit 6ede3ab4 by Mariana Bongiolo
parents 8d776fcb cf6e9737
...@@ -50,4 +50,4 @@ def excluir(id): ...@@ -50,4 +50,4 @@ def excluir(id):
if __name__ == '__main__': if __name__ == '__main__':
with app.app_context(): with app.app_context():
db.create_all() db.create_all()
app.run(debug=True) app.run(host='10.35.111.216', port=8080, debug=True)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment