mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
fix port bug
This commit is contained in:
parent
ec0985619f
commit
72e8607e47
@ -106,7 +106,7 @@ echo json_encode($output);
|
|||||||
|
|
||||||
Our example is finished. Try it by running:
|
Our example is finished. Try it by running:
|
||||||
```sh
|
```sh
|
||||||
php -S localhost:8000 graphql.php
|
php -S localhost:8080 graphql.php
|
||||||
curl http://localhost:8080 -d '{"query": "query { echo(message: \"Hello World\") }" }'
|
curl http://localhost:8080 -d '{"query": "query { echo(message: \"Hello World\") }" }'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user