public class MvcApplication : PpdaiGlobalApplication
{
protected void Application_BeginRequest(object sender, EventArgs e)
{
//if (Context.Request.FilePath == "/hs")
//{
//Response.Write("OK");
//Context.RewritePath("healthy.html");
//}
}
}
{
protected void Application_BeginRequest(object sender, EventArgs e)
{
//if (Context.Request.FilePath == "/hs")
//{
//Response.Write("OK");
//Context.RewritePath("healthy.html");
//}
}
}