package.json versions
"restify": "^7.2.1",
"restify-prom-bundle": "^2.0.3",
using the default handler
server.pre(promBundle.preMiddleware(server, {/* options */}));
I get the following error:
TypeError: server.router.find is not a function
at ...\node_modules\restify-prom-bundle\built\js\preMiddleware.js:138:23
package.json versions
"restify": "^7.2.1",
"restify-prom-bundle": "^2.0.3",
using the default handler
server.pre(promBundle.preMiddleware(server, {/* options */}));
I get the following error:
TypeError: server.router.find is not a function
at ...\node_modules\restify-prom-bundle\built\js\preMiddleware.js:138:23