How To Redirect Netlify Functions To a Simpler Path
Netlify Functions are one of the easiest ways to get started with Serverless, but the default path to call one is a bit tedious at /.netlify/functions/<function_name>. Let’s see how to simplify this so that we can call /api/<function_name>.
Want to ...
jamesqquick.hashnode.dev2 min read