Skip to content

Commit

Permalink
Revert PUT method in commandline example.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Aug 9, 2019
1 parent c1362b1 commit 593c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<hr>
<div class="text-center text-muted"><p>...or upload from the command line</p></div>
<div>
<code>curl -X PUT -H "Authorization: Bearer {{ current_user.api_key }}" -F file=@/path/to/file {{ url_for('api.upload', _external=True) }}</code>
<code>curl -H "Authorization: Bearer {{ current_user.api_key }}" -F file=@/path/to/file {{ url_for('api.upload', _external=True) }}</code>
</div>
</div>
</div>
Expand Down

0 comments on commit 593c216

Please sign in to comment.