namespace JiShe.CollectBusEPO
{
public static class CollectBusEPOHttpApiHostConst
{
///
/// 跨域策略名
///
public const string DefaultCorsPolicyName = "Default";
///
/// Cookies名称
///
public const string DefaultCookieName = "JiShe.MicroService.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";
///
/// HealthCheck端点
///
public const string HealthCheckEndPoint = "/health";
}
}