mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-10 11:06:42 +00:00
Fixes download endpoint.
This commit is contained in:
parent
06ff7c9760
commit
6bd7098cfe
@ -68,7 +68,7 @@ namespace CodexPlugin
|
|||||||
|
|
||||||
public Stream DownloadFile(string contentId)
|
public Stream DownloadFile(string contentId)
|
||||||
{
|
{
|
||||||
return Http().HttpGetStream("data/" + contentId);
|
return Http().HttpGetStream("data/" + contentId + "/network");
|
||||||
}
|
}
|
||||||
|
|
||||||
public CodexLocalDataResponse[] LocalFiles()
|
public CodexLocalDataResponse[] LocalFiles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user