mirror of
https://github.com/nsnail/IGeekFan.AspNetCore.Knife4jUI.git
synced 2025-04-13 22:52:49 +08:00
Update README.md
This commit is contained in:
parent
6fd0364356
commit
76b34bc154
@ -124,7 +124,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
|||||||
app.UseKnife4UI(c =>
|
app.UseKnife4UI(c =>
|
||||||
{
|
{
|
||||||
c.RoutePrefix = "";
|
c.RoutePrefix = "";
|
||||||
c.SwaggerEndpoint("/swagger/v1/swagger.json");
|
c.SwaggerEndpoint("/swagger/v1/swagger.json", "V1 Docs");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user