diff --git a/.gitignore b/.gitignore index b7e6124..c755df6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +.editorconfig +.vscode + # User-specific files *.rsuser *.suo diff --git a/BodyshopUploader/Utils/AppMetaData.cs b/BodyshopUploader/Utils/AppMetaData.cs index 69e1c94..bdc5a7c 100644 --- a/BodyshopUploader/Utils/AppMetaData.cs +++ b/BodyshopUploader/Utils/AppMetaData.cs @@ -33,7 +33,7 @@ namespace BodyshopPartner.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";