Keeping vercel API routes synchronized
has anyone using vercel serverless functions figured out a good way to somehow keep axios/fetch calls to those endpoints in sync with the file paths?
routes for the functions are based on filepath, so pages/api/my-route.ts resolves to URL/api/my-route
routes for the functions are based on filepath, so pages/api/my-route.ts resolves to URL/api/my-route

