refactor /file/skyfile to /skyfile

This commit is contained in:
Karol Wypchlo 2020-02-12 12:42:43 -05:00
parent 2a3f22c692
commit 40eaf42111
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default class HomeUpload extends Component {
return {
files: [
...state.files.slice(0, index),
{ ...state.files[index], status, url: `https://siasky.net/file/${skylink}` },
{ ...state.files[index], status, url: `https://siasky.net/${skylink}` },
...state.files.slice(index + 1)
]
}