mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
database maintenance jobs setup in admin
This commit is contained in:
@ -66,6 +66,10 @@ namespace Bit.Admin
|
||||
config.Filters.Add(new LoggingExceptionHandlerFilterAttribute());
|
||||
});
|
||||
services.Configure<RouteOptions>(options => options.LowercaseUrls = true);
|
||||
|
||||
// Jobs service
|
||||
Jobs.JobsHostedService.AddJobsServices(services);
|
||||
services.AddHostedService<Jobs.JobsHostedService>();
|
||||
}
|
||||
|
||||
public void Configure(
|
||||
|
Reference in New Issue
Block a user