mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
8f5868b402
commit
7df3521f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
|
|||
});
|
||||
app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint("api/docs/v1/swagger.json", "FilterLists API v1");
|
||||
c.SwaggerEndpoint("v1/swagger.json", "FilterLists API v1");
|
||||
c.DocumentTitle = "FilterLists API v1";
|
||||
c.RoutePrefix = "docs";
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue