mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-31 05:36:59 +00:00
change endpoint
This commit is contained in:
parent
388e44e4e7
commit
6774f62339
@ -317,7 +317,7 @@ export const publishData = async ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const file = data;
|
const file = data;
|
||||||
const urlCheck = `/arbitrary/check-tmp-space?totalSize=${file.size}`;
|
const urlCheck = `/arbitrary/check/tmp?totalSize=${file.size}`;
|
||||||
|
|
||||||
const checkEndpoint = await createEndpoint(urlCheck);
|
const checkEndpoint = await createEndpoint(urlCheck);
|
||||||
const checkRes = await fetch(checkEndpoint);
|
const checkRes = await fetch(checkEndpoint);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user