From f6c62da40abfec76bf0ca241d88aff02d2d6e026 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 11 Dec 2019 23:24:32 -0800 Subject: [PATCH] Changed websocket connection string. --- client/.env | 2 +- client/public/index.html | 8 +++----- client/public/manifest.json | 4 ++-- client/src/graphql/jobs.queries.js | 11 +---------- client/src/pages/jobs/jobs.page.jsx | 3 +-- 5 files changed, 8 insertions(+), 20 deletions(-) diff --git a/client/.env b/client/.env index fa1ab41ee..89dc61b2b 100644 --- a/client/.env +++ b/client/.env @@ -1,3 +1,3 @@ REACT_APP_GRAPHQL_ENDPOINT=https://bodyshop-dev-db.herokuapp.com/v1/graphql -REACT_APP_GRAPHQL_ENDPOINT_WS=ws://bodyshop-dev-db.herokuapp.com/v1/graphql +REACT_APP_GRAPHQL_ENDPOINT_WS=wss://bodyshop-dev-db.herokuapp.com/v1/graphql REACT_APP_GA_CODE=217352234 diff --git a/client/public/index.html b/client/public/index.html index 6e61106ca..5111aa45c 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -4,15 +4,13 @@ - + - - - - + +