Cleaned up some warnings

This commit is contained in:
Joseph Milazzo 2021-01-09 16:22:28 -06:00
parent cd8a1d2892
commit 6020697d7d
7 changed files with 8 additions and 23 deletions

View file

@ -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();