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.
2 parents 7bb42d8 + 0349ded commit ebb423fCopy full SHA for ebb423f
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup/Startup.cs
@@ -40,8 +40,7 @@ public void ConfigureServices(IServiceCollection services)
40
options.Filters.Add(new AutoValidateAntiforgeryTokenAttribute());
41
options.Filters.Add(new AbpAutoValidateAntiforgeryTokenAttribute());
42
}
43
- )
44
- .AddRazorRuntimeCompilation();
+ );
45
46
IdentityRegistrar.Register(services);
47
AuthConfigurer.Configure(services, _appConfiguration);
0 commit comments