This commit is contained in:
Jamie Rees 2016-03-05 00:07:37 +00:00
commit 003dd47e3c
13 changed files with 422 additions and 18 deletions

View file

@ -25,8 +25,10 @@
// ************************************************************************/
#endregion
using System;
using Hangfire;
using Hangfire.SQLite;
using Owin;
using PlexRequests.Core;
namespace PlexRequests.UI
{
@ -37,6 +39,12 @@ namespace PlexRequests.UI
try
{
app.UseNancy();
//GlobalConfiguration.Configuration.UseSQLiteStorage("Sqlite");
//app.UseHangfireDashboard();
//app.UseHangfireServer();
}
catch (Exception exception)
{