IO-1739 IO-1735 Updated partner script location, paint manager, and remove unnecessary startup script

This commit is contained in:
Patrick Fic
2022-02-16 17:32:52 -08:00
parent 3cf56be03a
commit 869d0b724e
5 changed files with 105 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.IO;
namespace BodyshopPartner.Utils
{
@@ -19,6 +20,9 @@ namespace BodyshopPartner.Utils
public static string graphQlEndpoint;
public static string FirebaseAPIKey;
public static Boolean IsTest = false;
private static string workingDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
public static string globalScriptsPath = @"C:\ImEX\PartnerScripts";
public static void CreateEndpoints()
{
logger.Debug("Creating endpoints for graphql.");