fixed url
This commit is contained in:
parent
96e771bbfb
commit
f72d7433fa
@ -81,8 +81,9 @@ const BATCH_DELAY_MS = 10; // Small delay to batch concurrent requests
|
||||
const fetchPresignedUrlsBatch = async (
|
||||
urls: string[],
|
||||
): Promise<Record<string, string>> => {
|
||||
// Use relative path since axios.defaults.baseURL is already set
|
||||
const response = await axios.post<{ presignedUrls: Record<string, string> }>(
|
||||
`${baseURLApi}/file/presign`,
|
||||
'/file/presign',
|
||||
{ urls },
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user