Skip to content

Commit 9f8f5be

Browse files
authored
Fix: updated API endpoint to correct path: /health/servers (#62)
1 parent 3884fb4 commit 9f8f5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func RegisterHealthRoutes(routerAPI huma.API, monitor contracts.MCPHealthMonitor
8383
huma.Operation{
8484
OperationID: "listServersHealth",
8585
Method: http.MethodGet,
86-
Path: "/",
86+
Path: "/servers",
8787
Summary: "List the health statuses for all servers",
8888
Tags: tags,
8989
},

0 commit comments

Comments
 (0)