Version MOBILE
This commit is contained in:
@@ -18,6 +18,7 @@ namespace WorkFlowCheck.MAUI.Helper
|
||||
public static string DatabaseName = "";
|
||||
public static bool Syncronised = false;
|
||||
public static UserDTO SystemUserDTO;
|
||||
public static string ProgramVersion = "v1.1.018";
|
||||
|
||||
#if DEBUG
|
||||
public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
|
||||
@@ -25,7 +26,7 @@ namespace WorkFlowCheck.MAUI.Helper
|
||||
|
||||
#endif
|
||||
#if !DEBUG
|
||||
public static string ApiBaseUrl = $"https://wfcapi.nuvolar.hu/";
|
||||
public static string ApiBaseUrl = $"https://uat.wfcapi.nuvolar.hu/";
|
||||
public static string ApiKey = $"RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=";
|
||||
#endif
|
||||
public async static Task GetAPIInfoAsync()
|
||||
|
||||
Reference in New Issue
Block a user