backend
This commit is contained in:
parent
e3d416ff0e
commit
797fec3135
32 changed files with 3770 additions and 0 deletions
7
backend/test.http
Executable file
7
backend/test.http
Executable 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue