mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: I FORGOT A ,
This commit is contained in:
parent
5fca310900
commit
6912bdf994
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export function uploadURL(url: string[]) {
|
|||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"Authorization": "Bearer beans"
|
||||
}
|
||||
},
|
||||
body: JSON.stringify(url),
|
||||
}).then((r) => r.json());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue