Skip to content

Commit d7575b4

Browse files
committed
chore: Add small Fix
1 parent 910b65d commit d7575b4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Server/Extensions/ApplicationBuilderExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ internal static IApplicationBuilder UseForwarding(this IApplicationBuilder app,
3737
{
3838
app.UseCors();
3939
app.UseForwardedHeaders();
40-
41-
return app;
4240
}
4341

4442
return app;

src/Server/Extensions/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ internal static IServiceCollection AddForwarding(this IServiceCollection service
9292
.WithOrigins(config.ApplicationUrl.TrimEnd('/'));
9393
});
9494
});
95-
96-
return services;
9795
}
9896

9997
return services;

0 commit comments

Comments
 (0)