so if I understand correct, if I have a folder `functions` in my (react) pages project, this folder

so if I understand correct, if I have a folder functions in my (react) pages project, this folder will be use for the "backend" (receive request) where I can safely import my Secrets (using env).
( assumed from https://developers.cloudflare.com/pages/tutorials/build-an-api-with-pages-functions/#2-build-your-api )
Was this page helpful?