恢复GithubFullScanHostedService
This commit is contained in:
parent
b81b41e114
commit
02a04bc6d7
@ -39,7 +39,7 @@ namespace FastGithub
|
|||||||
return services
|
return services
|
||||||
.AddMemoryCache()
|
.AddMemoryCache()
|
||||||
.AddServiceAndOptions(assembly, configuration)
|
.AddServiceAndOptions(assembly, configuration)
|
||||||
//.AddHostedService<GithubFullScanHostedService>()
|
.AddHostedService<GithubFullScanHostedService>()
|
||||||
.AddHostedService<GithubResultScanHostedService>();
|
.AddHostedService<GithubResultScanHostedService>();
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user