From e33df5527b0ae0ef33b73eadcc205745bb9decdb Mon Sep 17 00:00:00 2001 From: AlanSilvaaa Date: Tue, 26 May 2026 11:28:35 -0400 Subject: [PATCH] docs: reference endpoints md file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` -