mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 14:19:03 +00:00
Fixing ProxyForward Import. (#1853)
This commit is contained in:
committed by
GitHub
parent
7403c276d3
commit
016a525dfb
@ -69,6 +69,7 @@ public class Program {
|
||||
.AddScoped<IQueue, Queue>()
|
||||
.AddScoped<IStorage, Storage>()
|
||||
.AddScoped<IProxyOperations, ProxyOperations>()
|
||||
.AddScoped<IProxyForwardOperations, ProxyForwardOperations>()
|
||||
.AddScoped<IConfigOperations, ConfigOperations>()
|
||||
.AddScoped<IScalesetOperations, ScalesetOperations>()
|
||||
.AddScoped<IContainers, Containers>()
|
||||
|
Reference in New Issue
Block a user