diff --git a/apps/api/src/main.ts b/apps/api/src/main.ts index c1fc294..00dabb6 100644 --- a/apps/api/src/main.ts +++ b/apps/api/src/main.ts @@ -35,6 +35,7 @@ async function bootstrap() { await app.register(proxy, { http2: false, + httpMethods: ['GET'], upstream: `http://${env.WEB_SERVER}`, });