From 115e1dc21ce61d0a8bfea0723d0cccc11dbd23aa Mon Sep 17 00:00:00 2001 From: Maxim Date: Sun, 12 Jan 2020 13:32:47 -0600 Subject: [PATCH] Update routes.py --- src/core/routes.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/routes.py b/src/core/routes.py index 94c5d72..1df361a 100644 --- a/src/core/routes.py +++ b/src/core/routes.py @@ -16,7 +16,7 @@ def root(): if request.method == 'GET': return render_template('index.html', title=':::APP TITLE:::') - elif: - return render_template('error.html', - title='Error!', - message='Must use GET request type...') + + return render_template('error.html', + title='Error!', + message='Must use GET request type...')