Chore: format... 2!

This commit is contained in:
MotorTruck1221 2024-10-12 02:20:39 -06:00
parent 8cb2513610
commit fd8aaf543e
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
38 changed files with 854 additions and 854 deletions

View file

@ -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
});