Browse Source

Update Background-Jobs-Hangfire.md

pull/4746/head
liangshiwei 6 years ago
committed by GitHub
parent
commit
7cd05edf6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Background-Jobs-Hangfire.md

2
docs/en/Background-Jobs-Hangfire.md

@ -66,7 +66,7 @@ After you have installed these NuGet packages, you need to configure your projec
}
````
2. If you want to use hangfire's dashboard, you can add `UseHangfireServer` call in the `OnApplicationInitialization` method in `Module` class
2. If you want to use hangfire's dashboard, you can add `UseHangfireDashboard` call in the `OnApplicationInitialization` method in `Module` class
````csharp
public override void OnApplicationInitialization(ApplicationInitializationContext context)

Loading…
Cancel
Save