mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 07:56:50 +08:00
add cpu and memery total info
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
func Route() {
|
||||
r := gin.New()
|
||||
r.Use(gin.Recovery())
|
||||
if !config.CF.UserTui {
|
||||
if !config.CF.Tui {
|
||||
r.Use(gin.Logger())
|
||||
}
|
||||
routePathInit(r)
|
||||
|
Reference in New Issue
Block a user