mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Lots of work!
This commit is contained in:
parent
8f0ca3d1c4
commit
448cd8d92e
52 changed files with 6277 additions and 250 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue