mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
First pass with RequestPlex
This commit is contained in:
parent
83848865e8
commit
a4f892b702
38 changed files with 8028 additions and 0 deletions
12
RequestPlex/RequestPlex.UI/Modules/AdminModule.cs
Normal file
12
RequestPlex/RequestPlex.UI/Modules/AdminModule.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Nancy;
|
||||
|
||||
namespace RequestPlex.UI.Modules
|
||||
{
|
||||
public class AdminModule : NancyModule
|
||||
{
|
||||
public AdminModule()
|
||||
{
|
||||
Get["admin/"] = _ => "Hello!";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue