From 91896891ad5d48e307f44cfc47a823319e538fe9 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 3 Apr 2017 11:47:34 +1000 Subject: [PATCH] Fixed a typo in the example environment file. --- client/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.env.example b/client/.env.example index de6fe9c..7f07604 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1,3 +1,3 @@ NODE_ENV=development PORT=3000 -API_URI_URI=http://localhost:3001/graphql +API_URI=http://localhost:3001/graphql