vnext
Paul Schneider 7 years ago
parent ac52600f9a
commit 12b8be9fcd
1 changed files with 0 additions and 5 deletions

@ -95,11 +95,6 @@ namespace Yavsc
var paypalSettings = Configuration.GetSection("Authentication").GetSection("PayPal");
services.Configure<PayPalSettings>(paypalSettings);
/* services.Configure<MvcOptions>(options =>
{
options.Filters.Add(new ProducesAttribute("text/x-tex"));
options.Filters.Add(new ProducesAttribute("text/pdf"));
});*/
services.Configure<RequestLocalizationOptions>(options =>
{

Loading…