IP_LabWorks/front/db.json

20 lines
262 B
JSON
Raw Normal View History

2023-03-06 15:49:54 +04:00
{
"ReportSotr": [
{
"id": 1,
"CompanyName": "json-server",
"Date": "typicode",
""
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}