Skip to content

Commit fcdda15

Browse files
authored
FUND-2310 Hangfire extend menu with Unhealty Webhook receiver monitor (update) (#149)
* fix hangfire menu in csv * update * space removed
1 parent 0f1b485 commit fcdda15

File tree

1 file changed

+3
-3
lines changed
  • src/OneGround.ZGW.Notificaties.Messaging.Listener

1 file changed

+3
-3
lines changed

src/OneGround.ZGW.Notificaties.Messaging.Listener/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
if (app.Environment.IsLocal())
2727
{
2828
app.UseHangfireDashboard("/hangfire", new DashboardOptions { Authorization = new[] { new HangfireLocalAuthFilter() } });
29-
}
3029

31-
// Additionally add an extra custom Hangfire menu for health monitor
32-
app.AddHangfireUnhealthMonitor();
30+
// Additionally add an extra custom Hangfire menu for health monitor
31+
app.AddHangfireUnhealthMonitor();
32+
}
3333

3434
await app.RunAsync();

0 commit comments

Comments
 (0)