Skip to content
Snippets Groups Projects
Commit 75e6a963 authored by Aleksandr Guljajev's avatar Aleksandr Guljajev
Browse files

Adding mock and mock routes

parent fbb9393e
No related branches found
No related tags found
No related merge requests found
{
"carts": [
{
"id": "57a98d98e4b00679b4a830af"
}
],
"items": [
{
"id": 1,
"quantity": 10,
"unitPrice": 1.99,
"cartsId": "57a98d98e4b00679b4a830af"
}
]
}
{
"/carts/:cartsId/items/:id": "/items/:id"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment