From aed72a50c3cca8456ad475fef8ffe6c5419f4c20 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Fri, 20 Jun 2025 08:57:24 +0000 Subject: [PATCH] Update POST.md --- .../POST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md b/docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md index e49b81c17a..4fcb9860bc 100644 --- a/docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md +++ b/docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md @@ -18,7 +18,7 @@ Now let's add the Hangfire Dashboard to the `API` project and configure it to us ## Adding a New Hangfire Application 🔧 -We need to add a new Hangfire application to the `appsettings.json` file in the `AuthServer` project. +We need to add a new Hangfire application to the `appsettings.json` file in the `DbMigrator` project: > **Note:** Replace `44371` with your `API` project's port. @@ -247,4 +247,4 @@ app.Use(async (httpContext, next) => ## References 📚 - [ABP Hangfire Background Job Manager](https://abp.io/docs/latest/framework/infrastructure/background-jobs/hangfire) -- [Use cookie authentication in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-9.0) \ No newline at end of file +- [Use cookie authentication in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-9.0)