mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-02 12:57:21 +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.UseSwagger();
|
||||||
app.UseSwaggerUI(c =>
|
/* app.UseSwaggerUI(c =>
|
||||||
{
|
{
|
||||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
|
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
|
||||||
});
|
}); */
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user