working commit

This commit is contained in:
2026-02-12 13:10:12 +02:00
parent 048ad1139f
commit a9526f73a2
4 changed files with 154 additions and 11 deletions
+1 -1
View File
@@ -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
}