Skip to content

Commit b3dae23

Browse files
committed
fix r2-image-server docs
1 parent fd68e38 commit b3dae23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/r2-image-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
### Endpoints
99

10-
* **GET `/images/{key}`**
10+
* **GET `/{key}`**
1111
- Get an image object at the `key` and returns it.
12-
* **POST `/images/{key}`**
12+
* **POST `/{key}`**
1313
- Create an image object at the `key` and uploads image.
1414
- Request body must be binary and request header must have `Content-Type`.
15-
* **DELETE `/images/{key}`**
15+
* **DELETE `/{key}`**
1616
- Delete an image object at the `key`.
1717

1818
## Development

0 commit comments

Comments
 (0)