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