pretty...

This commit is contained in:
Keivan 2010-10-02 12:01:43 -07:00
commit afafc6b032
285 changed files with 32688 additions and 784 deletions

View file

@ -27,6 +27,7 @@ namespace NzbDrone.Web
protected override void OnApplicationStarted()
{
Main.ConfigureNlog();
AreaRegistration.RegisterAllAreas();
RegisterRoutes(RouteTable.Routes);
base.OnApplicationStarted();