namespace HealthMonitor.WebApi.Configs
{
	public class AppConsts
	{
		public const string SWAGGER_DOC_GpsCard = "GpsCard";
		public const string SWAGGER_DOC_HealthMonitor = "HealthMonitor";
	}
}