namespace JiShe.IOT { public static class IOTHttpApiHostConst { /// /// 跨域策略名 /// public const string DefaultCorsPolicyName = "Default"; /// /// Cookies名称 /// public const string DefaultCookieName = "JiShe.IOT.Http.Api"; /// /// SwaggerUi 端点 /// public const string SwaggerUiEndPoint = "/swagger"; /// /// Hangfire 端点 /// public const string HangfireDashboardEndPoint = "/hangfire"; /// /// CAP 端点 /// public const string CapDashboardEndPoint = "/cap"; public const string MoreEndPoint = "https://doc.cncore.club/"; /// /// HMiniprofiler端点 /// public const string MiniprofilerEndPoint = "/profiler/results-index"; } }