yl
2024-06-14 54bfe544f50d0933ebc27583decb9ab61e01146f
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