Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Fix JS API snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 authored Feb 19, 2019
1 parent 7ecc440 commit 314fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-graphql-api-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ There should also be sensible defaults, such as:

```js
apiServer({
port: `process.env.PORT || 8080`,
port: process.env.PORT || `8080`,
host: `0.0.0.0`
});
```
Expand Down

0 comments on commit 314fa50

Please sign in to comment.