Update Background-Jobs-Hangfire.md

pull/14593/head
Engincan VESKE 2 years ago committed by GitHub
parent 15d4a9981d
commit a20253a62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,8 +75,8 @@ After you have installed these NuGet packages, you need to configure your projec
// ... others
app.UseHangfireDashboard();
app.UseHangfireDashboard(); //should add to the request pipeline before the app.UseConfiguredEndpoints()
app.UseConfiguredEndpoints();
}
````

Loading…
Cancel
Save