UNPKG

nexi

Version:
5 lines (4 loc) 92 B
const notFound = require('./not-found') module.exports = (app) => { app.use(notFound()) }