fix the serve api flags

This commit is contained in:
Pantani
2021-03-18 12:02:18 -03:00
parent 334eecc99e
commit ae0858df3d

View File

@@ -484,6 +484,7 @@ func main() {
Aliases: []string{}, Aliases: []string{},
Usage: "Serve the API only", Usage: "Serve the API only",
Action: cmdServeAPI, Action: cmdServeAPI,
Flags: flags,
}, },
{ {
Name: "discard", Name: "discard",