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 7bb42d8 commit 0349dedCopy full SHA for 0349ded
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