Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
React to aspnet/Diagnostics#142 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybhargavb committed Jun 16, 2015
1 parent 69e051d commit 4fe3fba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/WebSites/ErrorPageMiddlewareWebSite/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Diagnostics;
using Microsoft.Framework.DependencyInjection;

namespace ErrorPageMiddlewareWebSite
Expand All @@ -19,7 +18,7 @@ public void Configure(IApplicationBuilder app)
{
app.UseCultureReplacer();

app.UseErrorPage(ErrorPageOptions.ShowAll);
app.UseErrorPage();
app.UseMvc();
}
}
Expand Down

0 comments on commit 4fe3fba

Please sign in to comment.