This commit is contained in:
Tikhon Vodyanov 2025-08-02 13:29:43 +02:00
parent e3d416ff0e
commit 797fec3135
32 changed files with 3770 additions and 0 deletions

7
backend/test.http Executable file
View file

@ -0,0 +1,7 @@
### POST request to parse-plant endpoint
POST http://localhost:3000/parse-plant
Content-Type: application/json
{
"description": "i see a tomato with fruits and no flowers"
}