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