We’re hoping to migrate our current FaaS backend to Netlify. Currently, our api routes are as follows:
https://www.domain.com/api/Category/Endpoint
For example, /api/Auth/RegisterUser
With Netlify, I’ve gone through all the docs and the forum, but I can’t figure out if it’s possible to do something similar without adding redirects or middleware in JS, which I really want to avoid.
We have > 150 functions, so it would be a dealbreaker if there was no way to organize them into subfolders/subcategories…
Plus we would need to update all the routes throughout our app, which we’re also hoping to avoid
Thanks in advance for anyone with any ideas!