added template

This commit is contained in:
2020-11-28 03:34:15 +01:00
parent cb0c866816
commit 313f54b5e0
2 changed files with 24 additions and 12 deletions

View File

@@ -16,3 +16,7 @@ class UploadView(FlaskView):
def index(self):
return render_template('upload.html')
def post(self):
pass