added prototype
This commit is contained in:
38
webseite-gulp-ts/backend/data/products.bakup.json
Normal file
38
webseite-gulp-ts/backend/data/products.bakup.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"_id": "6cbe4783-cfb5-4ed7-8196-9d6b55217de0",
|
||||
"position": 1,
|
||||
"name": "3Doodler 3D Printing Pen",
|
||||
"price": 29.99
|
||||
},
|
||||
{
|
||||
"_id": "c38913d4-9524-461f-85d2-525241166e8e",
|
||||
"position": 2,
|
||||
"name": "Powerstation 5- E. Maximus Chargus",
|
||||
"price": 44.95
|
||||
},
|
||||
{
|
||||
"_id": "cdc887bd-fb0e-4485-8516-0a3720c3bb72",
|
||||
"position": 3,
|
||||
"name": "8-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 6.99
|
||||
},
|
||||
{
|
||||
"_id": "bded2710-8db8-41a5-87af-269195eab449",
|
||||
"position": 4,
|
||||
"name": "16-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 12.99
|
||||
},
|
||||
{
|
||||
"_id": "3b3352c1-789d-4b4f-8a93-f05f44ece5a5",
|
||||
"position": 5,
|
||||
"name": "32-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 18.99
|
||||
},
|
||||
{
|
||||
"_id": "5af39d33-cbcd-42c7-a160-50084faa91ba",
|
||||
"position": 6,
|
||||
"name": "64-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 21.99
|
||||
}
|
||||
]
|
||||
38
webseite-gulp-ts/backend/data/products.json
Normal file
38
webseite-gulp-ts/backend/data/products.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"_id": "6cbe4783-cfb5-4ed7-8196-9d6b55217de0",
|
||||
"position": 1,
|
||||
"name": "3Doodler 3D Printing Pen",
|
||||
"price": 29.99
|
||||
},
|
||||
{
|
||||
"_id": "c38913d4-9524-461f-85d2-525241166e8e",
|
||||
"position": 2,
|
||||
"name": "Powerstation 5- E. Maximus Chargus",
|
||||
"price": 44.95
|
||||
},
|
||||
{
|
||||
"_id": "cdc887bd-fb0e-4485-8516-0a3720c3bb72",
|
||||
"position": 3,
|
||||
"name": "8-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 6.99
|
||||
},
|
||||
{
|
||||
"_id": "bded2710-8db8-41a5-87af-269195eab449",
|
||||
"position": 4,
|
||||
"name": "16-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 12.99
|
||||
},
|
||||
{
|
||||
"_id": "3b3352c1-789d-4b4f-8a93-f05f44ece5a5",
|
||||
"position": 5,
|
||||
"name": "32-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 18.99
|
||||
},
|
||||
{
|
||||
"_id": "5af39d33-cbcd-42c7-a160-50084faa91ba",
|
||||
"position": 6,
|
||||
"name": "64-Bit Legendary Hero Heat-Change Mug",
|
||||
"price": 21.99
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user