Changing the Startup.Configuration method name to Configure per the recent change.

This commit is contained in:
Praburaj 2014-05-09 09:14:43 -07:00
parent ab0dc92eb6
commit 6a442d6a53
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ using System.Threading.Tasks;
public class Startup
{
public void Configuration(IBuilder app)
public void Configure(IBuilder app)
{
app.UseServices(services =>
{