From 779a559513f6d1983c3146131888971029f20edb Mon Sep 17 00:00:00 2001 From: Alexandr Viniychuk Date: Fri, 16 Jun 2017 20:57:25 -0400 Subject: [PATCH] event fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63ae76b..a02a654 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Add the routing reference to the `app/config/routing.yml`: graphql: resource: "@GraphQLBundle/Controller/" ``` +If you don't have a web server configured you can use a bundled version, simply run `php bin/console server:run`. Let's check if you've done everything right so far – try to access url `localhost:8000/graphql`. You should get a JSON response with the following error: