mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-01 19:56:10 +03:00
Renamed index.php to graphql.php for consistency in blog example
This commit is contained in:
parent
1787c1377d
commit
221ec6f792
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Simple yet full-featured example of GraphQL API. Models simple blog with Stories
|
|||
|
||||
### Run locally
|
||||
```
|
||||
php -S localhost:8080 ./index.php
|
||||
php -S localhost:8080 ./graphql.php
|
||||
```
|
||||
|
||||
### Test if GraphQL is running
|
||||
|
|
Loading…
Add table
Reference in a new issue