Skip to content

Commit

Permalink
apollo-server: add cors options to listen function
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed May 23, 2018
1 parent 1f78463 commit 06a4bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class ApolloServer extends ApolloServerBase<Request> {
disableHealthCheck,
bodyParserConfig,
onHealthCheck,
cors,
});
}

Expand Down

0 comments on commit 06a4bcb

Please sign in to comment.