mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
Fixed a circular reference issue
This commit is contained in:
parent
63e0d0e531
commit
f834e9635c
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ namespace PlexRequests.UI.Modules
|
|||
Get["/authentication", true] = async (x, ct) => await Authentication();
|
||||
Post["/authentication", true] = async (x, ct) => await SaveAuthentication();
|
||||
|
||||
Post["/"] = _ => SaveAdmin();
|
||||
Post["/", true] = async (x, ct) => await SaveAdmin();
|
||||
|
||||
Post["/requestauth"] = _ => RequestAuthToken();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue