MCPcopy
hub / github.com/bee-queue/bee-queue / web.js

File web.js

examples/express/web.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const logger = require('morgan');
2const express = require('express');
3const app = express();
4app.use(logger('dev'));

Callers

nothing calls this directly

Calls 3

createJobMethod · 0.80
onMethod · 0.80
saveMethod · 0.65

Tested by

no test coverage detected