routine updata

This commit is contained in:
yubaolee
2015-12-01 22:46:29 +08:00
parent 88c6fb144f
commit b983132edd
6 changed files with 801 additions and 2086 deletions

View File

@@ -29,5 +29,10 @@ namespace OpenAuth.Mvc.Controllers
{
return View();
}
public ActionResult Git()
{
return View();
}
}
}