Fixing ProxyForward Import. (#1853)

This commit is contained in:
Noah McGregor Harper
2022-04-27 17:25:05 -07:00
committed by GitHub
parent 7403c276d3
commit 016a525dfb

View File

@ -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>()