mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
Fix the download api url link
This commit is contained in:
parent
1ce790fcd5
commit
a9832f81a9
@ -7,7 +7,7 @@ export function Download() {
|
||||
const [cid, setCid] = useState("");
|
||||
const onDownload = () => {
|
||||
const url = CodexSdk.url() + "/api/codex/v1/data/";
|
||||
window.open(url + cid + "/network", "_target");
|
||||
window.open(url + cid + "/network/stream", "_target");
|
||||
};
|
||||
|
||||
const onCidChange = (e: ChangeEvent<HTMLInputElement>) =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user