diff --git a/NostrServices/Program.cs b/NostrServices/Program.cs index b484913..2a21a06 100644 --- a/NostrServices/Program.cs +++ b/NostrServices/Program.cs @@ -101,6 +101,7 @@ public static class Program app.UseRouting(); app.MapControllers(); + app.MapMetrics(); await app.RunAsync(); }