From ecb9bbcf22aa3ca5ec29b0e5c311dbc5cb745d24 Mon Sep 17 00:00:00 2001 From: Sarra <sarra.ouelhadj@gmail.com> Date: Wed, 24 Aug 2022 14:25:42 +0200 Subject: [PATCH] test production on heroku --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 5aaee13..1b98050 100644 --- a/run.py +++ b/run.py @@ -2,4 +2,4 @@ from YKWIM import app if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(host="https://semantic-lifting-method.herokuapp.com/") \ No newline at end of file -- GitLab