Na most van jól beállítva a dolog.

This commit is contained in:
2025-06-10 17:26:14 +02:00
parent 5e94586a75
commit d1ad7e76c3
4 changed files with 11 additions and 1 deletions
@@ -22,7 +22,8 @@ namespace WorkFlowCheck.MAUI.Helper
public static string ProgramVersion = "v1.1.030";
#if DEBUG
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