Unable to create Go Function

Hi @Wanderer,

The redirect mentioned in that blog will match anything after /api/ and pass it on as it is to the destination (in this case, /.netlify/functions/. So, suppose your endpoint is /.netlify/functions/doSomething/, in your frontend, you can simply use /api/doSomething. It doesn’t force you to have a single name. Also, it’s not a requirement, you can always continue to use the endpoint directly without the redirect rule.

1 Like