1
wtt
5 天以前 0f04a535e235fd446d2299bf36834b0058464182
WebAPI/Global.asax.cs
@@ -13,10 +13,5 @@
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
        // 应用关闭时,停止服务,防止泄露
        protected void Application_End()
        {
        }
    }
}