Skip to content

Commit

Permalink
Merge a460bd5 into ee6a74e
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Jan 14, 2020
2 parents ee6a74e + a460bd5 commit d39d980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/todo/index.js
Expand Up @@ -12,6 +12,7 @@ if (require.main === module) {
const config = {
rest: {
port: +process.env.PORT || 3000,
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
host: process.env.HOST || 'localhost',
openApiSpec: {
// useful when used with OpenAPI-to-GraphQL to locate your application
Expand Down

0 comments on commit d39d980

Please sign in to comment.