fixed build

This commit is contained in:
TidusJar 2017-09-06 15:14:06 +01:00
parent be74644271
commit 90c99507f8

View file

@ -200,7 +200,7 @@ namespace Ombi
app.UseHangfireDashboard("/hangfire", new DashboardOptions
{
Authorization = new [] { new HangfireAuthorizationFilter() }
}););
});
app.UseSwaggerUI(c =>
{