mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
fixed build
This commit is contained in:
parent
be74644271
commit
90c99507f8
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace Ombi
|
||||||
app.UseHangfireDashboard("/hangfire", new DashboardOptions
|
app.UseHangfireDashboard("/hangfire", new DashboardOptions
|
||||||
{
|
{
|
||||||
Authorization = new [] { new HangfireAuthorizationFilter() }
|
Authorization = new [] { new HangfireAuthorizationFilter() }
|
||||||
}););
|
});
|
||||||
|
|
||||||
app.UseSwaggerUI(c =>
|
app.UseSwaggerUI(c =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue