UNPKG

fastify-method-not-allowed

Version:
9 lines (6 loc) 199 B
'use strict'; const fp = require('fastify-plugin'); const { methodNotAllowed } = require('./src/methodNotAllowed'); module.exports = fp(methodNotAllowed, { name: 'fastify-method-not-allowed' });