Skip to content

Commit a578f1c

Browse files
author
Tkc
authored
Update README.md
1 parent 2e15e9f commit a578f1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ $ go-json-server
9999
]
100100
```
101101

102+
`user.json`
103+
```
104+
{
105+
"id": 1,
106+
"name": "name",
107+
"address": "address"
108+
}
109+
```
102110
## License
103111

104112
MIT ✨

0 commit comments

Comments
 (0)