Update routes.py

This commit is contained in:
Maxim 2020-01-12 13:32:47 -06:00 committed by GitHub
parent 56d560af3a
commit 115e1dc21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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...')