Update README.md

This commit is contained in:
IGeekFan 2023-04-25 17:40:31 +08:00 committed by GitHub
parent 6fd0364356
commit 76b34bc154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseKnife4UI(c =>
{
c.RoutePrefix = "";
c.SwaggerEndpoint("/swagger/v1/swagger.json");
c.SwaggerEndpoint("/swagger/v1/swagger.json", "V1 Docs");
});
}
```