Skip to content

Commit 3c7574a

Browse files
dunglasalanpoulain
authored andcommitted
GraphQL: use the default port
1 parent fd22f7d commit 3c7574a

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 [graphq
1616

1717
$ composer require webonyx/graphql-php && bin/console cache:clear
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)