remove comments

This commit is contained in:
MTG2000
2022-08-25 18:57:36 +03:00
committed by Dolu
parent dbf391deff
commit 97e9b53abc

View File

@@ -13,7 +13,7 @@ export async function fetchUploadUrl(options?: Partial<{ filename: string }>) {
method: 'POST',
data: bodyFormData,
headers: {
"Authorization": "Bearer Xx2-CdsTliYkq6Ayz-1GX4CZubdQVxMwOSDbajP0",
"Authorization": "Bearer XXX",
}
})
return res.data.result.uploadURL as string;