From 9b504ccd681c1064e407198a869e73a12d7aa1bb Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Sun, 17 May 2026 09:46:03 +0200 Subject: [PATCH] fix: proxy.ts --- proxy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy.ts b/proxy.ts index d0abb563..883cb3d6 100644 --- a/proxy.ts +++ b/proxy.ts @@ -71,6 +71,7 @@ function checkRouteExists(pathname: string) { /^\/api\/tus\/hooks\/?$/, /^\/api\/events\/?$/, /^\/api\/config\/?$/, + /^\/api\/health\/?$/, /^\/api\/google\/drive\/callback\/?$/, ]; return routePatterns.some((pattern) => pattern.test(pathname));