fix r2-image-server docs

This commit is contained in:
syumai 2022-08-03 00:30:17 +09:00
parent fd68e38ca7
commit b3dae236a3

View File

@ -7,12 +7,12 @@
### Endpoints
* **GET `/images/{key}`**
* **GET `/{key}`**
- Get an image object at the `key` and returns it.
* **POST `/images/{key}`**
* **POST `/{key}`**
- Create an image object at the `key` and uploads image.
- Request body must be binary and request header must have `Content-Type`.
* **DELETE `/images/{key}`**
* **DELETE `/{key}`**
- Delete an image object at the `key`.
## Development