🌐 AI搜索 & 代理 主页
Skip to content

Commit 38d45fa

Browse files
committed
Fix up bad comment
1 parent 2d73ba2 commit 38d45fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prometheus.NetFramework.AspNet/AspNetMetricServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void RegisterRoutes(HttpConfiguration configuration, Settings sett
2323
MapRoute(configuration, "Default", "metrics", settings);
2424

2525
/// <summary>
26-
/// Registers an anonymous instance of the controller to be published on a given URL path (e.g. "/custom/metrics").
26+
/// Registers an anonymous instance of the controller to be published on a given URL path (e.g. "custom/metrics").
2727
/// </summary>
2828
public static void RegisterRoutes(HttpConfiguration configuration, string path, Settings settings = null) =>
2929
MapRoute(configuration, path, path, settings);

0 commit comments

Comments
 (0)