Update end point.

This commit is contained in:
Patrick Fic
2024-10-18 12:06:34 -07:00
parent 74e2e2db92
commit 0897ef650c

View File

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