mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 06:16:05 +03:00
Renamed index.php to graphql.php for consistency in blog example
This commit is contained in:
parent
1787c1377d
commit
221ec6f792
@ -3,7 +3,7 @@ Simple yet full-featured example of GraphQL API. Models simple blog with Stories
|
|||||||
|
|
||||||
### Run locally
|
### Run locally
|
||||||
```
|
```
|
||||||
php -S localhost:8080 ./index.php
|
php -S localhost:8080 ./graphql.php
|
||||||
```
|
```
|
||||||
|
|
||||||
### Test if GraphQL is running
|
### Test if GraphQL is running
|
||||||
|
Loading…
Reference in New Issue
Block a user