mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
Chore: format... 2!
This commit is contained in:
parent
8cb2513610
commit
fd8aaf543e
38 changed files with 854 additions and 854 deletions
|
@ -12,9 +12,9 @@ form.set("file", await fileFromPath("asgard.png"));
|
|||
console.log(config.marketplace_psk);
|
||||
console.log(form);
|
||||
await fetch("http://localhost:8080/api/upload-image", {
|
||||
headers: {
|
||||
PSK: config.marketplace_psk
|
||||
},
|
||||
method: "post",
|
||||
body: form
|
||||
headers: {
|
||||
PSK: config.marketplace_psk
|
||||
},
|
||||
method: "post",
|
||||
body: form
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue