From 016a525dfb676c84148338cccf0c8405b2cfe97d Mon Sep 17 00:00:00 2001 From: Noah McGregor Harper <74685766+nharper285@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:25:05 -0700 Subject: [PATCH] Fixing ProxyForward Import. (#1853) --- src/ApiService/ApiService/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ApiService/ApiService/Program.cs b/src/ApiService/ApiService/Program.cs index 604286fbd..bc37ac2de 100644 --- a/src/ApiService/ApiService/Program.cs +++ b/src/ApiService/ApiService/Program.cs @@ -69,6 +69,7 @@ public class Program { .AddScoped() .AddScoped() .AddScoped() + .AddScoped() .AddScoped() .AddScoped() .AddScoped()