in this case, what will the url be to call the function ? usually i would call /api/function
in this case, what will the url be to call the function ? usually i would call /api/function
git push to deploy, you do wrangler pages deploywrangler assumes you have already performed a build, it doesn't do anything(other than Functions bundling when using the functions directory) other than uploading.wrangler deploy ./changelog.js --name 'changelog' seems to have uploaded, but not sure where.

wrangler pages deployment tail [deploymentId/url]
/api/*git pushwrangler deploy ./changelog.js --name 'changelog'