We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7f343 commit 6345026Copy full SHA for 6345026
HwProj.APIGateway/HwProj.APIGateway.API/Startup.cs
@@ -81,6 +81,7 @@ public void ConfigureServices(IServiceCollection services)
81
82
services.AddScoped<CourseMentorOnlyAttribute>();
83
services.AddScoped<FilesPrivacyFilter>();
84
+ services.AddScoped<FilesCountLimit>();
85
}
86
87
public void Configure(IApplicationBuilder app, IHostEnvironment env)
0 commit comments