Skip to content

Commit

Permalink
Merge pull request #1071 from kandros/fix-server-path
Browse files Browse the repository at this point in the history
fix server path
  • Loading branch information
vektah authored Mar 1, 2020
2 parents 9d7648a + 22a43d7 commit b165568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (r *queryResolver) Todos(ctx context.Context) ([]*model.Todo, error) {

We now have a working server, to start it:
```bash
go run server/server.go
go run server.go
```

then open http://localhost:8080 in a browser. here are some queries to try:
Expand Down

0 comments on commit b165568

Please sign in to comment.