mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Fixed build
This commit is contained in:
parent
9c517aa2e0
commit
0d6cdebfa8
2 changed files with 3 additions and 0 deletions
|
@ -27,10 +27,12 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
using NLog;
|
||||
using HttpUtility = Nancy.Helpers.HttpUtility;
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ using Nancy.Bootstrappers.Ninject;
|
|||
using Nancy.Conventions;
|
||||
using Nancy.Cryptography;
|
||||
using Nancy.Diagnostics;
|
||||
using Nancy.Hosting.Self;
|
||||
using Nancy.Json;
|
||||
using Nancy.Session;
|
||||
using Ninject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue