koa-404-handler
404 handler for Lad and Koa (best used with koa-better-error-handler)
Table of Contents
Install
npm install koa-404-handleryarn add koa-404-handler
Usage
const errorHandler = require('koa-better-error-handler');
const koa404Handler = require('koa-404-handler');
// ...
// override koa's undocumented error handler
app.context.onerror = errorHandler;
// ... routes go here ...
app.use(koa404Handler);
app.listen();
Contributors
| Name | Website | | -------------- | -------------------------- | | Nick Baugh | |License
MIT © Nick Baugh#