chenhaozhe
2026-03-27 9d4fdc8ef43bfcafdb4a0f3e0e3d59cef1812b15
WebAPI/Global.asax.cs
@@ -4,13 +4,14 @@
using System.Web;
using System.Web.Http;
using System.Web.Routing;
using WebApiWithFleck;
namespace WebAPI
{
    public class WebApiApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
    }