liangshiwei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|