export const appUrl = (req: Request): string => req.headers.get('x-app-url') ?? process.env.APP_URL!