From 230df0ade21d0febe09a9c02c60c739625bfa5f2 Mon Sep 17 00:00:00 2001 From: Jake Bassett Date: Fri, 22 Jan 2021 11:58:00 -0800 Subject: [PATCH] fix: port number --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 18877558e..3bf4963fd 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -5,7 +5,7 @@ export const environment = { production: false, - graphqlUri: 'http://localhost:23431/graphql' + graphqlUri: 'http://localhost:2020/graphql' }; /*