mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-30 05:06: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 urlCheck = `/arbitrary/check-tmp-space?totalSize=${file.size}`;
|
||||
const urlCheck = `/arbitrary/check/tmp?totalSize=${file.size}`;
|
||||
|
||||
const checkEndpoint = await createEndpoint(urlCheck);
|
||||
const checkRes = await fetch(checkEndpoint);
|
||||
|
Loading…
x
Reference in New Issue
Block a user