working commit
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
func (cli *Client) CreateAccount(ctx context.Context, hosturi, username, password string) error {
|
||||
var err error
|
||||
|
||||
apiuri, err := url.JoinPath(hosturi, "/v3/api/account/get")
|
||||
apiuri, err := url.JoinPath(hosturi, "/v3/api/account/create")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user