API.Controllers.TransitApiController.Index C# (CSharp) Method

Index() private method

private Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            return RedirectPermanent("http://github.com/RikkiGibson/Corvallis-Bus-Server");
        }