Files
2025-05-01 07:23:28 +09:00

7 lines
140 B
C#

namespace BrokerApiServer;
public static class Const
{
public static readonly string[] ExcludeLogPaths = ["swagger", "healthcheck"];
}