Worker Routes see the request as coming from `api.customerapp.me`, so it's not going to match `api.m
Worker Routes see the request as coming from
api.customerapp.me, so it's not going to match api.myapp.io, hence the need for the wildcard

