Missing semicolon (#21046)
parent
c6455f36fc
commit
4128e8fbe7
|
@ -711,7 +711,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
|||
if (env.IsDevelopment())
|
||||
{
|
||||
app.UseDeveloperExceptionPage();
|
||||
+ app.UseMigrationsEndPoint()
|
||||
+ app.UseMigrationsEndPoint();
|
||||
- app.UseDatabaseErrorPage();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue