Extremely pratical fastify routes library.
- Use:
require('fastify-easy-routes')
- Install:
npm install --save fastify-easy-routes
- Use:
require('fastify-easy-routes')
- Install:
yarn add fastify-easy-routes
const app = require('fastify')()
const routes = require('fastify-easy-routes')
app.register(routes())
Licensed under permissive MIT license