If the api domain is the same as the website domai...
# support-questions
r
If the api domain is the same as the website domain (as is the case for netlify), then the api is usually reachable via a path like
/.netlify/functions/*
. So we can make the apiBasePath something like
/.netlify/functions/api
or
/.netlify/functions/auth