mirror of
https://github.com/timvisee/send.git
synced 2025-10-03 09:49:14 +02:00
Merge branch 'master' of github.com:timvisee/send
This commit is contained in:
commit
d7e929a0d1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function post(obj, bearerToken) {
|
|||
'Content-Type': 'application/json'
|
||||
};
|
||||
if (bearerToken) {
|
||||
h['Authentication'] = `Bearer ${bearerToken}`;
|
||||
h['Authorization'] = `Bearer ${bearerToken}`;
|
||||
}
|
||||
return {
|
||||
method: 'POST',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue