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