Show server type in the web UI
This commit is contained in:
@@ -58,6 +58,7 @@ func handleStatus(stores Stores) http.HandlerFunc {
|
||||
"server": map[string]any{
|
||||
"status": "up",
|
||||
"started_at": serverStartTime.Format(time.RFC3339Nano),
|
||||
"type": "go",
|
||||
"version": config.AppVersion,
|
||||
},
|
||||
"agent": agent,
|
||||
|
||||
Reference in New Issue
Block a user