final update
This commit is contained in:
12
Website/LOC.Website.Web/Controllers/VoteController.cs
Normal file
12
Website/LOC.Website.Web/Controllers/VoteController.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace LOC.Website.Web.Controllers
|
||||
{
|
||||
using System.Web.Mvc;
|
||||
|
||||
public class VoteController : Controller
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
return Redirect(@"http://minecraftservers.org/server/31063");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user