Skip to content

Commit 39af835

Browse files
Update README.md
1 parent cb56eda commit 39af835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ __Follow__ my [Twitter](https://twitter.com/ahmedzain503) [Linkedin](htt
4343
| End-point | Method | Responses
4444
| ----------------------------- | ------------- | -------- |
4545
| `/` | GET | `status 200` with a message ('The root of this server nothing will be returned')|
46-
| `/api/image` | GET | `status 200` if the image exists in the cached folder or in the './full' folder with the resized image. <br /> `status 404` if the image does not exists in the './full' folder. <br /> `status 500` if there is an server error.|
46+
| `/api/image` | GET | `status 200` with the resized image if the image exists in the cached folder or in the './full' folder . <br /> `status 404` if the image does not exists in the './full' folder. <br /> `status 500` if there is an server error.|
4747
4848
### Example
4949

0 commit comments

Comments
 (0)