We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1b485 commit fcdda15Copy full SHA for fcdda15
src/OneGround.ZGW.Notificaties.Messaging.Listener/Program.cs
@@ -26,9 +26,9 @@
26
if (app.Environment.IsLocal())
27
{
28
app.UseHangfireDashboard("/hangfire", new DashboardOptions { Authorization = new[] { new HangfireLocalAuthFilter() } });
29
-}
30
31
-// Additionally add an extra custom Hangfire menu for health monitor
32
-app.AddHangfireUnhealthMonitor();
+ // Additionally add an extra custom Hangfire menu for health monitor
+ app.AddHangfireUnhealthMonitor();
+}
33
34
await app.RunAsync();
0 commit comments