Commit 7ab9bd6c authored by Jérémie Passerat's avatar Jérémie Passerat

Ajout d'un host au lancement de l'application

parent 981e99de
......@@ -619,4 +619,5 @@ class supprimer_evaluation(Resource):
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0')
# app.run()
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