mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Console
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var server = new CassiniDev.CassiniDevServer();
|
||||
server.StartServer(@"D:\Opensource\Spongebob\NzbDrone.Web");
|
||||
|
||||
|
||||
System.Console.WriteLine(server.NormalizeUrl(@"series"));
|
||||
System.Console.ReadLine();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user