Correct vehicle pickup.

This commit is contained in:
Patrick Fic
2024-11-22 08:32:43 -08:00
parent 63f18cdcae
commit a69f77fc53
3 changed files with 3 additions and 2 deletions

View File

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