1st
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"contacts": [
|
||||
{
|
||||
"_id": 1,
|
||||
"name": "Jack",
|
||||
"phone": "123"
|
||||
},
|
||||
{
|
||||
"_id": 2,
|
||||
"name": "Jill",
|
||||
"phone": "456"
|
||||
},
|
||||
{
|
||||
"_id": 3,
|
||||
"name": "Mary",
|
||||
"phone": "789"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/": "/"
|
||||
}
|
||||
Reference in New Issue
Block a user