Lots of work!

This commit is contained in:
tidusjar 2016-02-26 14:19:02 +00:00
parent 8f0ca3d1c4
commit 448cd8d92e
52 changed files with 6277 additions and 250 deletions

View file

@ -8,12 +8,6 @@ namespace RequestPlex.UI.Modules
{
Get["/"] = parameters => View["Index"];
Get["/Index"] = parameters => View["Index"];
Get["/test"] = parameters =>
{
var model = "this is my model";
return View["Test", model];
};
}
}
}