mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 04:24:26 +01:00
remove comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user