7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
import { updateLink } from "./api.js";
|
|
|
|
await updateLink(token, "ID_DEL_LINK", {
|
|
name: "Nuovo nome",
|
|
url: "https://nuovo-url.com",
|
|
iconFile: nuovoFile
|
|
});
|