aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-13 18:56:13 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-13 18:56:13 +0530
commita51ae34ef5b0b44e53094577c581ac8a20279936 (patch)
treeb1db6f091d5ec9499843dcbf9a5b1b2b81b853b3 /app/views.py
parenta761074d03cc1a02e293e19b884068c3820276a8 (diff)
renamed dock to Dock
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()