Update server.js

This commit is contained in:
Daniel
2020-04-15 22:58:00 +02:00
parent 3d150e8308
commit 2cefb0e829

View File

@@ -34,6 +34,7 @@ cds.once('served', async()=>{
// Other bootstrapping events you could hook in to...
/* eslint-disable no-unused-vars */
cds.on('boostrap',(app) => {/* ... */})
cds.on('loaded', (model) => {/* ... */})
cds.on('connect', (srv) => {/* ... */})
cds.on('serving', (srv) => {/* ... */})