mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
feat(request-limits): ✨ Added the UI portion to set the new limits
This commit is contained in:
parent
a6e8eefecc
commit
978d4ea33b
7 changed files with 69 additions and 16 deletions
|
@ -81,10 +81,10 @@ namespace Ombi.DependencyInjection
|
|||
services.RegisterEngines();
|
||||
services.RegisterEnginesV2();
|
||||
services.RegisterApi();
|
||||
services.RegisterHttp();
|
||||
services.RegisterServices();
|
||||
services.RegisterStore();
|
||||
services.RegisterJobs();
|
||||
services.RegisterHttp();
|
||||
}
|
||||
|
||||
public static void RegisterEngines(this IServiceCollection services)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue