So I’d check if it was a patch, and the route was the specific route that would be on my express ser
So I’d check if it was a patch, and the route was the specific route that would be on my express server?

zone_name instead.



zone_nameexport default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};