feat: add fetch to handlers
This commit is contained in:
parent
91c1d30674
commit
2c494d9c52
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
|
@ -117,7 +117,8 @@ function bootstrapContext(db, structureId, routeId, initContext) {
|
||||||
model.createLog(db, structureId, routeId, s);
|
model.createLog(db, structureId, routeId, s);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
vapidPublicKey: vapidPublicKey
|
vapidPublicKey: vapidPublicKey,
|
||||||
|
fetch: fetch
|
||||||
});
|
});
|
||||||
for (let appDb of dbs) {
|
for (let appDb of dbs) {
|
||||||
let dbInstance = model.getDbInstance(appDb.id);
|
let dbInstance = model.getDbInstance(appDb.id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue