IO-2130 Resolve paint code on PPG export.

This commit is contained in:
Patrick Fic
2022-12-15 17:01:21 -08:00
parent 5a894ffb5f
commit 521c7ecf96
3 changed files with 4 additions and 4 deletions

View File

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