fastify / point-of-view

Template rendering plugin for Fastify
MIT License
338 stars 86 forks source link

chore: replace use of deprecated fastify.request.context #348

Closed matijagaspar closed 1 year ago

matijagaspar commented 1 year ago

Following the deprecation warning on fastify: https://github.com/fastify/fastify/blob/7ffefaf272e1b0da5c0889e0c7c54ac8203756f2/lib/request.js#L159 changed it to use fastify.request.routerPath

Checklist