initialize mtx

This commit is contained in:
Wolfgang Koch
2021-04-29 10:10:09 +02:00
parent 2536f36596
commit 594043e55c
15 changed files with 5582 additions and 0 deletions

7
multitenancy/server.js Normal file
View File

@@ -0,0 +1,7 @@
const cds = require ('@sap/cds');
cds.on('bootstrap', async app => {
await cds.mtx.in(app);
});
module.exports = cds.server;