mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-12-18 13:14:36 +03:00
Use protojson for marshal api output
This commit is contained in:
@@ -44,5 +44,5 @@ func executeGetStats(cmd *base.Command, args []string) {
|
||||
if err != nil {
|
||||
base.Fatalf("failed to get stats: %s", err)
|
||||
}
|
||||
showResponese(resp)
|
||||
showJSONResponse(resp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user