update-alias #15

Merged
Alfred-mk merged 6 commits from update-alias into master 2025-08-19 11:35:23 +02:00
Showing only changes of commit 12940bb5f2 - Show all commits

View File

@ -593,7 +593,7 @@ func updateEnsAlias(ctx context.Context, publicKey string, name string) (*models
if err != nil {
return nil, err
}
req, err := http.NewRequest("POST", endpoint, bytes.NewBuffer(payloadBytes))
req, err := http.NewRequest("PUT", endpoint, bytes.NewBuffer(payloadBytes))
if err != nil {
return nil, err
}