feat(request-limits): Added the UI portion to set the new limits

This commit is contained in:
tidusjar 2021-09-25 23:26:14 +01:00
parent a6e8eefecc
commit 978d4ea33b
7 changed files with 69 additions and 16 deletions

View file

@ -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)