We have a worker running in Cloudflare. We have registered a site(say secure-dev.example.com)
. We have added a route(secure-dev.example.com/demo
) to invoke worker. It works fine.
We have also developed a Pages app. We are able to add the custom domain(or subdomain) like test.example.com
to point this domain to pages. But we can’t find any way to invoke Pages app from some other route like (secure-dev.example.com/demo
).
Is there any way?