diff --git a/README.md b/README.md index ba05005..447b038 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ curl -X POST "http://127.0.0.1:8000/math/grade_1/join_pictures_with_quantity" \ }' ``` +To see more examples, look at [this](./ENDPOINTS-EXAMPLE.md) file. + ## Test To run the tests, use the following command: @@ -54,4 +56,3 @@ To run the tests, use the following command: ```bash uv run python -m unittest ``` -