We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd68e38 commit b3dae23Copy full SHA for b3dae23
examples/r2-image-server/README.md
@@ -7,12 +7,12 @@
7
8
### Endpoints
9
10
-* **GET `/images/{key}`**
+* **GET `/{key}`**
11
- Get an image object at the `key` and returns it.
12
-* **POST `/images/{key}`**
+* **POST `/{key}`**
13
- Create an image object at the `key` and uploads image.
14
- Request body must be binary and request header must have `Content-Type`.
15
-* **DELETE `/images/{key}`**
+* **DELETE `/{key}`**
16
- Delete an image object at the `key`.
17
18
## Development
0 commit comments