Cleaned up some warnings
This commit is contained in:
parent
cd8a1d2892
commit
6020697d7d
7 changed files with 8 additions and 23 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System;
|
||||
using API.Extensions;
|
||||
using API.Middleware;
|
||||
using Hangfire;
|
||||
|
|
@ -47,7 +46,6 @@ namespace API
|
|||
|
||||
|
||||
app.UseHangfireDashboard();
|
||||
//backgroundJobs.Enqueue(() => Console.WriteLine("Hello world from Hangfire!"));
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue