MOBILE BugFix

This commit is contained in:
2025-06-29 13:30:34 +02:00
parent e5dd9aad27
commit d42900e8f6
4 changed files with 29 additions and 31 deletions
@@ -22,8 +22,8 @@ namespace WorkFlowCheck.MAUI.Helper
public static string ProgramVersion = "v1.1.030";
#if DEBUG
public static string ApiBaseUrl = $"http://10.0.2.2:59027/";
//public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
//public static string ApiBaseUrl = $"http://10.0.2.2:59027/";
public static string ApiBaseUrl = $"https://dev.wfcapi.nuvolar.hu/";
public static string ApiKey = $"RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=";
#endif