We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc6420 commit b385ab2Copy full SHA for b385ab2
api/workhub/controller.go
@@ -16,7 +16,7 @@ func host(c *gin.Context) {
16
17
hostInfo := psutil.Detail()
18
19
- c.Set("Payload", gin.H{"HostInfo": hostInfo})
+ c.Set("Payload", gin.H{"Stat": hostInfo})
20
21
}
22
0 commit comments