done state
This commit is contained in:
23
data/db.json
Normal file
23
data/db.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"persons": [
|
||||
{
|
||||
"id": 2948,
|
||||
"code": "A03259",
|
||||
"name": "Jill",
|
||||
"age": 20
|
||||
}
|
||||
],
|
||||
"health-insurance": [
|
||||
{
|
||||
"id": "A03259",
|
||||
"isInsured": true,
|
||||
"insuredTill": "01/31/2017"
|
||||
}
|
||||
],
|
||||
"tax-debt": [
|
||||
{
|
||||
"id": "A03259",
|
||||
"debt": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
3
data/routes.json
Normal file
3
data/routes.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/": "/"
|
||||
}
|
||||
Reference in New Issue
Block a user