docs: reference endpoints md file

This commit is contained in:
AlanSilvaaa
2026-05-26 11:28:35 -04:00
parent dacf148a34
commit e33df5527b

View File

@@ -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 ## Test
To run the tests, use the following command: To run the tests, use the following command:
@@ -54,4 +56,3 @@ To run the tests, use the following command:
```bash ```bash
uv run python -m unittest uv run python -m unittest
``` ```