From bd996a7b086beb678b250f2a06500f91fcc50701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=C5=BBegle=C5=84?= Date: Tue, 20 Aug 2019 12:49:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fc9b43f..46de06dc9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ npm i There are two environment variables available for configuration: - `API_URI` (required) - URI of a running instance of Saleor GraphQL API. - If you are running Saleor locally with the default settings, set `API_URI` to: `http://localhost:8000/`. + If you are running Saleor locally with the default settings, set `API_URI` to: `http://localhost:8000/graphql/`. - `APP_MOUNT_URI` - URI at which the Dashboard app will be mounted. E.g. if you set `APP_MOUNT_URI` to `/dashboard/`, your app will be mounted at `http://localhost:9000/dashboard/`.