try swagger fix again

ref #131
This commit is contained in:
Collin M. Barrett 2018-06-07 14:33:11 -05:00
parent 8f5868b402
commit 7df3521f3b

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