Update PS reference, dev link, remove IO EVent, add token refresh before mix data.

This commit is contained in:
Patrick Fic
2022-06-28 16:23:10 -07:00
parent 4ec2bb82eb
commit 20804d4240
5 changed files with 6 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ namespace BodyshopPartner.Utils
if (args.Length == 1)
{
#if DEBUG
graphQlEndpoint = "https://bodyshop-dev-db.herokuapp.com/v1/graphql";
graphQlEndpoint = "https://db.development.bodyshop.app/v1/graphql";
RestClient = new RestClient("http://localhost:4000");
FirebaseAPIKey = "AIzaSyDPLT8GiDHDR1R4nI66Qi0BY1aYviDPioc";