mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
added test code
This commit is contained in:
parent
3ea9be94aa
commit
2e1248ff81
2 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,8 @@ using Microsoft.Owin.Hosting;
|
|||
|
||||
using Mono.Data.Sqlite;
|
||||
|
||||
using Nancy.ViewEngines.Razor;
|
||||
|
||||
using RequestPlex.Core;
|
||||
using RequestPlex.Core.SettingModels;
|
||||
using RequestPlex.Helpers;
|
||||
|
@ -15,6 +17,7 @@ namespace RequestPlex.UI
|
|||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var foo = typeof(RazorViewEngine);
|
||||
var assemblyVer = AssemblyHelper.GetAssemblyVersion();
|
||||
Console.WriteLine($"Version: {assemblyVer}");
|
||||
var uri = "http://localhost:3579/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue