mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-23 10:06:48 +08:00
Use protojson for marshal api output
This commit is contained in:
@@ -68,6 +68,6 @@ func executeAddOutbounds(cmd *base.Command, args []string) {
|
||||
if err != nil {
|
||||
base.Fatalf("failed to add outbound: %s", err)
|
||||
}
|
||||
showResponese(resp)
|
||||
showJSONResponse(resp)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user