Fastify
API Versioning with Fastify
In this article, We will see how we can create an API route with versioning. Something like example.com/api/v1/process Grouping or Versioning is a technique to isolate the working API endpoint from the newly developed API. We can group it inside the v prefix to do that.