mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
some backend updates
This commit is contained in:
parent
e0805868a6
commit
c9a02c2351
5 changed files with 25 additions and 21 deletions
|
@ -10,7 +10,7 @@ const form = new FormData();
|
|||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue