aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views.py')
-rw-r--r--app/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views.py b/app/views.py
index 690c7b0..c59f31e 100644
--- a/app/views.py
+++ b/app/views.py
@@ -111,7 +111,7 @@ def wtform():
return render_template('wtform.html', form=myform)
-@app.route('/dock', methods=['GET', 'POST'])
+@app.route('/Dock', methods=['GET', 'POST'])
def dock_upload():
form = curieForm()