yl
2024-06-17 cd23b00f03ac749e998a823a530f277772e734af
VueWebCoreApi/Startup.cs
@@ -80,6 +80,7 @@
                string basePath = Path.GetDirectoryName(typeof(Program).Assembly.Location);
                string xmlPath = Path.Combine(basePath, "VueWebCoreApi.xml");
                c.IncludeXmlComments(xmlPath, true);
            });
            #endregion