This commit is contained in:
Märt Kalmo
2017-03-13 10:07:40 +02:00
commit f29acaf34f
6 changed files with 155 additions and 0 deletions

3
data/db.json Normal file
View File

@@ -0,0 +1,3 @@
{
"tasks": []
}

3
data/routes.json Normal file
View File

@@ -0,0 +1,3 @@
{
"/api/": "/"
}