Debug Proxy Pass

This commit is contained in:
2024-09-16 18:50:47 -07:00
parent 73baddb820
commit dc5a369e55
3 changed files with 66 additions and 6 deletions

View File

@ -107,6 +107,8 @@ internal static class HelperDay
Day.Q32024.Helper20240910.MoveFilesToWeekOfYear(logger, args);
else if (args[1] == "Day-Helper-2024-09-11")
Day.Q32024.Helper20240911.WriteMarkdown(logger, args);
else if (args[1] == "Day-Helper-2024-09-16")
Day.Q32024.Helper20240916.DebugProxyPass(logger, args);
else
throw new Exception(appSettings.Company);
}