Skip to content

Commit 6345026

Browse files
committed
fix [back]: add files count limit to start up
1 parent 1e7f343 commit 6345026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HwProj.APIGateway/HwProj.APIGateway.API/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void ConfigureServices(IServiceCollection services)
8181

8282
services.AddScoped<CourseMentorOnlyAttribute>();
8383
services.AddScoped<FilesPrivacyFilter>();
84+
services.AddScoped<FilesCountLimit>();
8485
}
8586

8687
public void Configure(IApplicationBuilder app, IHostEnvironment env)

0 commit comments

Comments
 (0)