We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b32734 commit 32ab570Copy full SHA for 32ab570
1 file changed
LearningHub.Nhs.WebUI/Startup/ServiceMappings.cs
@@ -85,7 +85,8 @@ public static void AddLearningHubMappings(this IServiceCollection services, ICon
85
86
// Config
87
services.Configure<OpenAthensScopes>(configuration.GetSection("OpenAthensScopes"));
88
- services.Configure<BFFPathValidationOptions>(configuration.GetSection(BFFPathValidationOptions.SectionName));
+
89
+ // services.Configure<BFFPathValidationOptions>(configuration.GetSection(BFFPathValidationOptions.SectionName));
90
91
// Learning Hub Services
92
services.AddTransient<INavigationPermissionService, NavigationPermissionService>();
0 commit comments