Changed websocket connection string.

This commit is contained in:
Patrick Fic
2019-12-11 23:24:32 -08:00
parent aa21c51023
commit f6c62da40a
5 changed files with 8 additions and 20 deletions

View File

@@ -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