From ec9c68fca26c5c6800da42d10ebd04b43c0fff35 Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Mon, 24 Oct 2022 10:59:19 +0200 Subject: [PATCH] Only rewrite the origin --- routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.ts b/routes.ts index b45669a0..ababeb5c 100644 --- a/routes.ts +++ b/routes.ts @@ -17,7 +17,7 @@ export default new Router() { path: "/", headers: { - host: "dev.coh3stats.com", + host: "coh3stats.com", }, }, ({ proxy, cache }) => {