- Timestamp:
- 11/28/12 10:02:01 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/HomeController.cs
r8384 r8958 7 7 namespace HeuristicLab.Services.Optimization.Web.Controllers { 8 8 public class HomeController : Controller { 9 public ActionResult Index() { 10 ViewBag.Message = "Welcome to ASP.NET MVC!"; 11 12 return View(); 9 public ActionResult Index() { 10 return RedirectToAction("Index", "Optimization"); 13 11 } 14 12
Note: See TracChangeset
for help on using the changeset viewer.