Fix getmenus

nats
Paulo Simão 2021-10-31 19:56:25 -03:00
parent e572aae2a2
commit cfbfdd77d5
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func (c *Cli) OCR(opts *Opts) (*Alto, error) {
}
func NewCli() *Cli {
ret := &Cli{ApiCli: api.NewApiIPCCli()}
ret := &Cli{ApiCli: api.NewApiCli()}
ret.ApiCli.HttpCli().SetBasePath("http://ocr/")
return ret
}