fix path
parent
53a53bd1ca
commit
2a9dd021e6
|
@ -17,7 +17,7 @@ type Cli struct {
|
|||
func (c *Cli) Log(l *types.Log) error {
|
||||
l.Alias = c.ReplayEnvAlias()
|
||||
l.Dtlog = time.Now()
|
||||
return c.HttpCli().JsonPost("/api/v1/log", l, nil)
|
||||
return c.HttpCli().JsonPost("/api/v1/log/add", l, nil)
|
||||
}
|
||||
func (c *Cli) ReplayEnvQueueId() string {
|
||||
return os.Getenv("REPLAY_QUEUEID")
|
||||
|
|
Loading…
Reference in New Issue