Skip to content

Commit c41a483

Browse files
dunglasalanpoulain
authored andcommitted
GraphQL: use the default port
1 parent 4403515 commit c41a483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To enable GraphQL and GraphiQL interface in your API, simply require the graphql
1616

1717
$ composer require webonyx/graphql-php
1818

19-
You can now use GraphQL at the endpoint: `http://localhost/graphql`.
19+
You can now use GraphQL at the endpoint: `http://localhost:8080/graphql`.
2020

2121
## GraphiQL
2222

0 commit comments

Comments
 (0)