Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 test event headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Sep 11, 2023
1 parent 949dba9 commit 1069fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/routes/v1/graphql/+endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const graphqlServer = new ApolloServer({

export const ANY: APIGatewayProxyHandler = async (event) => {
const { body, headers: eventHeaders, httpMethod: method } = event;
logger.info(eventHeaders);

try {
graphqlServer.assertStarted("");
Expand Down

0 comments on commit 1069fcc

Please sign in to comment.