开启定时任务

FileMonitor
陈伟 2024-11-28 16:56:44 +08:00
parent f8a8314132
commit 8052902fd1
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ namespace OpenAuth.WebApi
#region Quartz
//设置定时启动的任务
//services.AddHostedService<QuartzService>();
services.AddHostedService<QuartzService>();
#endregion
#region SignalR