mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
resolved #10
This commit is contained in:
parent
bf70886087
commit
7ce468de5e
12 changed files with 300 additions and 14 deletions
|
@ -85,8 +85,6 @@ namespace PlexRequests.UI
|
|||
//container.Register<ISonarrApi, MockSonarrApi>();
|
||||
|
||||
|
||||
|
||||
|
||||
container.Register<IPlexApi, PlexApi>();
|
||||
base.ConfigureRequestContainer(container, context);
|
||||
}
|
||||
|
@ -100,6 +98,7 @@ namespace PlexRequests.UI
|
|||
|
||||
StaticConfiguration.DisableErrorTraces = false;
|
||||
|
||||
|
||||
base.ApplicationStartup(container, pipelines);
|
||||
|
||||
// Enable forms auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue