Skip to content

Commit ce5c025

Browse files
committed
Add dummy chat data
1 parent bdc70cb commit ce5c025

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

chat-app/server/data/chat.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"text": "Hello",
4+
"time": "2026-05-22T14:53:00.281Z"
5+
},
6+
{
7+
"text": "How are you?",
8+
"time": "2026-05-22T14:54:49.729Z"
9+
},
10+
{
11+
"text": "I'm good. How are you?",
12+
"time": "2026-05-22T14:55:22.839Z"
13+
},
14+
{
15+
"text": "I'm not too bad",
16+
"time": "2026-05-22T14:55:54.424Z"
17+
}
18+
]

0 commit comments

Comments
 (0)