diff --git a/src/bootstrap/index.ts b/src/bootstrap/index.ts index d4738d6..8f66054 100644 --- a/src/bootstrap/index.ts +++ b/src/bootstrap/index.ts @@ -13,7 +13,6 @@ export default async (config: Config) => { app.use( "/graphql", - cors(), json(), expressMiddleware(server, { context: async ({ req }) => ({ token: req.headers.token }),