Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 23, 2024
1 parent 0bede37 commit 6186e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/express-v4/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import express from 'express';
import { altairExpress } from '../../packages/altair-express-middleware/build';
const app = express();
app.disable('x-powered-by');
const port = 3000;

// Mount your Altair GraphQL client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AltairConfig {
"disableAccount": false,
"environments": {},
"headers": "",
"initialAuthorization": undefined,
"initialHttpMethod": "POST",
"initialRequestHandlerAdditionalParams": {},
"initialRequestHandlerId": "http",
Expand Down

0 comments on commit 6186e19

Please sign in to comment.