ajzbc
1
I published a change to my worker however it is not updating for my custom domain.
I just added a format option and as you can see it only works on the workers.dev domain
https://kanye-rest.ajzbc.workers.dev?format=text
https://api.kanye.rest?format=text
What confuses me is the worker still works here
https://api.kanye.rest
Am I missing a deploy button or something simple?
Or am I waiting for a cache to expire?
what are the rules to trigger this worker?
ajzbc
3
Not sure what you mean. I’m not aware of any rules. Users just access the domain to trigger the worker.
sorry, my mistake, routes that trigger the worker.
ajzbc
5
the route should be:
https://example.com/*
ajzbc
7
You are totally right! Thank you!