mirror of https://github.com/probot/probot.git
![]() fix: Document correct middleware usage The documentation and types for `createNodeMiddleware` had two issues. First, it was unclear that the returned function is a middleware and can be composed with other middlewares. Second, when used as suggested in the examples, unhandled requests would stall instead of returning a 404. |
||
---|---|---|
.. | ||
node-middleware.cjs |