try swagger fix again

ref #131
This commit is contained in:
Collin M. Barrett 2018-06-07 14:33:11 -05:00
parent 01a7c63e59
commit 1d3552c416

View file

@ -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";
});