Merge pull request #14593 from abpframework/EngincanV/hangfire-docs

Update Background-Jobs-Hangfire.md
pull/14594/head
Berkan Sasmaz 3 years ago committed by GitHub
commit 4b6cf9ee80
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