mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 18:41:06 +00:00
Fix delete path in readme
This commit is contained in:
parent
1e8aff03b7
commit
a7e1bcd142
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ pict-rs offers four endpoints:
|
|||
```
|
||||
which would create a 256x256px
|
||||
thumbnail and blur it
|
||||
- `DELETE /image/{delete_token}/{file}` or `GET /image/{delete_token}/{file}` to delete a file,
|
||||
- `DELETE /image/delete/{delete_token}/{file}` or `GET /image/delete/{delete_token}/{file}` to delete a file,
|
||||
where `delete_token` and `file` are from the `/image` endpoint's JSON
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue