mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
mre work
This commit is contained in:
parent
b9dd08a8bc
commit
003dd47e3c
13 changed files with 422 additions and 18 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue