Update routes.py
This commit is contained in:
parent
56d560af3a
commit
115e1dc21c
|
@ -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...')
|
||||
|
|
Loading…
Reference in New Issue