This commit is contained in:
Wolfgang Koch
2021-07-21 16:53:33 +02:00
parent 46aec07596
commit b379822569
2 changed files with 0 additions and 9 deletions

Binary file not shown.

View File

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