Skip to content

Commit

Permalink
feat: support sm.ms
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 20, 2024
1 parent cce03db commit 7a7cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Core/src/plugins/uploader/smms.ts
Expand Up @@ -25,7 +25,7 @@ const postOptions = (fileName: string, image: Buffer, apiToken: string, backupDo
url: `https://${domain}/api/v2/upload`,
headers: {
"Content-Type": "multipart/form-data",
"User-Agent": "PicGo",
// "User-Agent": "PicGo",
Authorization: apiToken,
},
data: formData,
Expand Down

0 comments on commit 7a7cb59

Please sign in to comment.