What's new
Features
Now, node-file-router
supports the ability to read of parsed routes. Simply get it from onInit
callback:
await initFileRouter({
onInit: ({ routes }) => {
console.log({ routes })
}
});
Full Changelog: v0.7.0...v0.8.0
Now, node-file-router
supports the ability to read of parsed routes. Simply get it from onInit
callback:
await initFileRouter({
onInit: ({ routes }) => {
console.log({ routes })
}
});
Full Changelog: v0.7.0...v0.8.0