feat: add remaining mock calls #41

This commit is contained in:
Proddy
2021-04-01 23:43:50 +02:00
parent 74179ab6e9
commit 88c8cb424b
6 changed files with 1041 additions and 20592 deletions

16
mock-api/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "api",
"version": "1.0.0",
"description": "mock api for EMS-ESP",
"main": "server.js",
"scripts": {
"dev": "nodemon ./server.js localhost 3080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "proddy",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"nodemon": "^2.0.4"
}
}