IO-1739 IO-1735 Updated partner script location, paint manager, and remove unnecessary startup script
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user