Cloudflare routes configuration in wrangler.toml
Is there a way to match route patterns and forward traffic on /groups/:groupId/users/:userId to one worker and /groups, /groups/:groupId to a different worker by configuring the wrangler.toml?
1 Reply
For eg: this does not work -
Is there a way to achieve this? via any other features that cloduflare offers? Rewrites/ snnipets etc.. @Leo
I got it working with cloudflare transform rules. Thanks