Hi, I have a route setup as / but I have one specific route that I don’t want any worker to intercept but rather have the DNS lookup proceed as normal.
The worker route documentation (https://developers.cloudflare.com/workers/platform/triggers/routes/#matching-behavior
) shares that “A route can be specified without being associated with a Worker.” to get the behavior I want. I can’t seem to figure out how to do this.
The only place I see to set a worker route is within a created worker, so I can’t set a route without it being associated with a worker as stated above. Can someone help?