chore(fix api): cpu arch

This commit is contained in:
Medzik 2021-08-15 17:49:57 +00:00
parent cdefd28df7
commit e9f0631881
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func Status(c *gin.Context) {
"cpu": json{
"usage": cpu.Usage,
"num": cpu.Num,
"arch": cpu.Usage,
"arch": cpu.Arch,
},
},
"v": json{