Merge branch 'master' of github.com:timvisee/send

This commit is contained in:
timvisee
2025-06-30 23:30:05 +02:00

View File

@@ -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',