Changing the Startup.Configuration method name to Configure per the recent change.
This commit is contained in:
parent
ab0dc92eb6
commit
6a442d6a53
|
|
@ -27,7 +27,7 @@ using System.Threading.Tasks;
|
|||
|
||||
public class Startup
|
||||
{
|
||||
public void Configuration(IBuilder app)
|
||||
public void Configure(IBuilder app)
|
||||
{
|
||||
app.UseServices(services =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue