chenhaozhe
8 天以前 a0f8fee1feea1e1425f7061bbadda9a2f45f0ea1
WebAPI/Global.asax.cs
@@ -11,12 +11,8 @@
    {
        protected void Application_Start()
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
        // 应用关闭时,停止服务,防止泄露
        protected void Application_End()
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
    }
}