Project finished

This commit is contained in:
QkoSad
2024-09-30 15:31:42 +03:00
parent ac917e6e26
commit 6c8bfe44cd
10 changed files with 75 additions and 123 deletions
+18 -18
View File
@@ -1,19 +1,19 @@
{
"feedback":[
{
"id":3,
"rating":10,
"text":"This is feedback item 3 comfing from the backend"
},
{
"id":2,
"rating":10,
"text":"This is feedback item 2 comfing from the backend"
},
{
"id":1,
"rating":10,
"text":"This is feedback item 1 comfing from the backend"
}
]
}
"feedback": [
{
"id": 3,
"rating": 10,
"text": "This is feedback item 3 comfing from the backend"
},
{
"id": 2,
"rating": 10,
"text": "This is feedback item 2 comfing from the backend"
},
{
"id": 1,
"rating": 10,
"text": "This is feedback item 1 comfing from the backend"
}
]
}