mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-21 10:59:46 +08:00
initial
This commit is contained in:
20
OpenAuth.Web/Controllers/HomeController.cs
Normal file
20
OpenAuth.Web/Controllers/HomeController.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace OpenAuth.Web.Controllers
|
||||
{
|
||||
public class HomeController : Controller
|
||||
{
|
||||
//
|
||||
// GET: /Home/
|
||||
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user