home page
This commit is contained in:
@@ -9,6 +9,7 @@ namespace UntappedWidgetGenerator.Web
|
||||
{
|
||||
public IndexModule()
|
||||
{
|
||||
Get["/"] = x => { return View["Views/Index/Index.cshtml", "tparnell"]; };
|
||||
Get["/{username}"] = parameters =>
|
||||
{
|
||||
return View["Views/Index/Index.cshtml", (string)parameters.username];
|
||||
|
||||
Reference in New Issue
Block a user