How to proxy pages /api requests to cloudflare workers app
Hi,
I am running 2 apps. first is Couldflare pages sveltekit app, another is cloudflare workers app(built using hono). I want all the
/api
request on from the pages app to goto workers app. How can I do this1 Reply
SvelteKit - Setting up an API reverse proxy
How to setup an API reverse proxy for your SvelteKit app