Skip to content

Commit 32ab570

Browse files
committed
TD-5829 Comment out bff validationoption from service mapping until next task
1 parent 3b32734 commit 32ab570

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

LearningHub.Nhs.WebUI/Startup/ServiceMappings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public static void AddLearningHubMappings(this IServiceCollection services, ICon
8585

8686
// Config
8787
services.Configure<OpenAthensScopes>(configuration.GetSection("OpenAthensScopes"));
88-
services.Configure<BFFPathValidationOptions>(configuration.GetSection(BFFPathValidationOptions.SectionName));
88+
89+
// services.Configure<BFFPathValidationOptions>(configuration.GetSection(BFFPathValidationOptions.SectionName));
8990

9091
// Learning Hub Services
9192
services.AddTransient<INavigationPermissionService, NavigationPermissionService>();

0 commit comments

Comments
 (0)