From ec56c12896ebaa7e3bdaad62ce08fb61c30f103e Mon Sep 17 00:00:00 2001 From: CemAdg <cem.akdag@hotmail.de> Date: Mon, 28 Jun 2021 13:00:24 +0200 Subject: [PATCH] app.py updated --- backend/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app.py b/backend/app.py index bb33c3c..5269776 100644 --- a/backend/app.py +++ b/backend/app.py @@ -135,3 +135,4 @@ app = create_app() if __name__ == '__main__': app.run(host = "0.0.0.0") + -- GitLab