Skip to content

Commit 4883b87

Browse files
committed
touch
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent d36e239 commit 4883b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AiServer/Configure.AppHost.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public void Configure(IWebHostBuilder builder) => builder
7070

7171
services.AddPlugin(new CorsFeature(["https://localhost:5001"]));
7272

73-
// services.AddPlugin(new RequestInfoFeature());
74-
7573
// If development, ignore SSL
7674
if (context.HostingEnvironment.IsDevelopment())
7775
{

0 commit comments

Comments
 (0)