mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-11 03:21:27 +08:00
调整了一下项目框架与前端JS代码
This commit is contained in:
17
OpenAuth.Mvc/Controllers/HomeController.cs
Normal file
17
OpenAuth.Mvc/Controllers/HomeController.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
public class HomeController : Controller
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user