Skip to content

Commit

Permalink
Update readme with 8081 port number (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderroggie authored Nov 8, 2022
1 parent fc27481 commit 3ac46c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Running the demo
3. In **another** shell run `rover dev` to compose reviews schema

```shell
rover dev --name reviews --schema ./reviews-subgraph/src/main/resources/graphql/schema.graphqls --url http://localhost:8080/graphql
rover dev --name reviews --schema ./reviews-subgraph/src/main/resources/graphql/schema.graphqls --url http://localhost:8081/graphql
```

4. Open http://localhost:3000 for the query editor
Expand Down

0 comments on commit 3ac46c8

Please sign in to comment.