Skip to content

Commit 75b906c

Browse files
authored
Update README.md (#7765)
fix readme to use correct apollo server path
1 parent 32454d2 commit 75b906c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orm/nextjs-graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The app is now running, navigate to [`http://localhost:3000/`](http://localhost:
124124
125125
## Using the GraphQL API
126126
127-
You can also access the GraphQL API of the API server directly. It is running on the same host machine and port and can be accessed via the `/api` route (in this case that is [`localhost:3000/api`](http://localhost:3000/api)).
127+
You can also access the GraphQL API of the API server directly. It is running on the same host machine and port and can be accessed via the `/api/graphql` route (in this case that is [`localhost:3000/api/graphql`](http://localhost:3000/api)).
128128
129129
Below are a number of operations that you can send to the API.
130130

0 commit comments

Comments
 (0)