Skip to content

Commit 01e5b9e

Browse files
committed
Commenting the APi.Doc.xml part.
1 parent d6d0f25 commit 01e5b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eFormAPI/eFormAPI.Web/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ public void ConfigureServices(IServiceCollection services)
139139
});
140140
//Set the comments path for the swagger json and ui.
141141
var basePath = PlatformServices.Default.Application.ApplicationBasePath;
142-
var xmlPath = Path.Combine(basePath, "API.doc.xml");
143-
c.IncludeXmlComments(xmlPath);
142+
//var xmlPath = Path.Combine(basePath, "API.doc.xml");
143+
//c.IncludeXmlComments(xmlPath);
144144
c.AddSecurityDefinition("Bearer", new ApiKeyScheme
145145
{
146146
Description =

0 commit comments

Comments
 (0)