add mapping; store resourceId in doorLockEvents table

This commit is contained in:
Bilal Catic
2019-06-10 05:59:05 +02:00
parent 04c9ee3806
commit e05b6f0f56
6 changed files with 256 additions and 15 deletions

View File

@@ -13,6 +13,8 @@ const app = express();
const port = process.env.PORT || 5000;
app.use(express.json());
app.use('/api', routes);
app.use(basicAuth({