1
chenhaozhe
2026-03-26 5ffd565f09546b23a04f1a522ed510037b947a2f
WebAPI/Global.asax.cs
@@ -11,6 +11,7 @@
    {
        protected void Application_Start()
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);
        }
    }