mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-31 03:49:56 +00:00
block comment SwaggerUI so that we don't turn it on by default. (#4258)
This commit is contained in:
parent
f1daff1582
commit
d23d17259d
@ -67,9 +67,9 @@ app.UseRouting()
|
||||
}); ;
|
||||
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI(c =>
|
||||
/* app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
|
||||
});
|
||||
}); */
|
||||
|
||||
app.Run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user