We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d0f25 commit 01e5b9eCopy full SHA for 01e5b9e
eFormAPI/eFormAPI.Web/Startup.cs
@@ -139,8 +139,8 @@ public void ConfigureServices(IServiceCollection services)
139
});
140
//Set the comments path for the swagger json and ui.
141
var basePath = PlatformServices.Default.Application.ApplicationBasePath;
142
- var xmlPath = Path.Combine(basePath, "API.doc.xml");
143
- c.IncludeXmlComments(xmlPath);
+ //var xmlPath = Path.Combine(basePath, "API.doc.xml");
+ //c.IncludeXmlComments(xmlPath);
144
c.AddSecurityDefinition("Bearer", new ApiKeyScheme
145
{
146
Description =
0 commit comments