mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added in deletion of requests
This commit is contained in:
parent
cedd58f372
commit
754ace42b0
7 changed files with 103 additions and 75 deletions
|
@ -10,11 +10,11 @@ namespace RequestPlex.UI
|
|||
{
|
||||
try
|
||||
{
|
||||
app.UseNancy();
|
||||
app.UseNancy();
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
Console.WriteLine(exception.Message);
|
||||
Console.WriteLine(exception.Message);
|
||||
throw;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue