override a worker route with a page/redirect rule
I have a worker at domain.com/route/*
and need to create a redirect at domain.com/route/page/
Can this be done with a Rule that overrides that exact path? Or do I have no option but to match that in the worker code?
and need to create a redirect at domain.com/route/page/
Can this be done with a Rule that overrides that exact path? Or do I have no option but to match that in the worker code?