diff --git a/app/templates/main/index.html b/app/templates/main/index.html index b41080a..f17aef5 100644 --- a/app/templates/main/index.html +++ b/app/templates/main/index.html @@ -21,7 +21,7 @@

...or upload from the command line

- curl -X PUT -H "Authorization: Bearer {{ current_user.api_key }}" -F file=@/path/to/file {{ url_for('api.upload', _external=True) }} + curl -H "Authorization: Bearer {{ current_user.api_key }}" -F file=@/path/to/file {{ url_for('api.upload', _external=True) }}