This commit is contained in:
Uwe Klinger
2021-05-07 14:12:01 +02:00
parent 902afd8a76
commit d04cb801c4
6 changed files with 24 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
const cds = require ('@sap/cds')
console.log("serverjs")
require('./monkey-patch');
cds.once('served', require('./srv/mashup'))
module.exports = cds.server