2 Route worker
Can I make the worker work like
Two routs
Api.xyz.com ==> invokes worker
Docs.xyz.com ==> Never ever invokes the worker
but serves the static files stores in the /docs folder (It should give 404 in all the other cases even when done fetch for invalid path without invoking the worker just like pages)
2 Replies