From d7d22cb875aacc8391207a0404afed41b74b220c Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 28 Jun 2021 04:31:52 +0200 Subject: [PATCH] Formatting things in app.py --- backend/src/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app.py b/backend/src/app.py index 3728361..20dfdbe 100644 --- a/backend/src/app.py +++ b/backend/src/app.py @@ -159,7 +159,6 @@ def register(): return ret, 409 - @app.route('/umfrage', methods=['POST']) @flask_praetorian.auth_required def survey():