7 lines
140 B
C#
7 lines
140 B
C#
namespace BrokerApiServer;
|
|
|
|
public static class Const
|
|
{
|
|
public static readonly string[] ExcludeLogPaths = ["swagger", "healthcheck"];
|
|
}
|