moved all backbone/bootstrap files to _backboneApp

This commit is contained in:
kay.one
2013-01-21 21:40:26 -08:00
parent f34a8edcbc
commit 2112a8f9fa
125 changed files with 326 additions and 46502 deletions
+21
View File
@@ -0,0 +1,21 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace NzbDrone.Web.Controllers
{
public class V2Controller : Controller
{
//
// GET: /V2/
public ActionResult Index()
{
return View();
}
}
}