wxd 1 year ago
parent
commit
c4dd68c10b
  1. 2
      src/Shentun.Peis.HttpApi.Host/PeisHttpApiHostModule.cs

2
src/Shentun.Peis.HttpApi.Host/PeisHttpApiHostModule.cs

@ -633,7 +633,7 @@ public class PeisHttpApiHostModule : AbpModule
app.UseConfiguredEndpoints();
//任务计划
//await StartScheduler(context);
await StartScheduler(context);
}

Loading…
Cancel
Save