Skip to content

Commit 32270fd

Browse files
committed
MIssed service collecrion file
1 parent 373fbf7 commit 32270fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LearningHub.Nhs.WebUI/ServiceCollectionExtension.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public static void ConfigureServices(this IServiceCollection services, IConfigur
131131
opt.DefaultExpiryInMinutes = 60;
132132
});
133133

134+
services.AddControllersWithViews().AddNewtonsoftJson();
134135
services.AddControllersWithViews().AddRazorRuntimeCompilation();
135136

136137
services.AddFeatureManagement();

0 commit comments

Comments
 (0)