We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0556172 commit 82d6194Copy full SHA for 82d6194
cut-fe/src/views/View.vue
@@ -209,8 +209,7 @@ export default Vue.extend({
209
this.file.name = data.name;
210
this.file.size = metadata.size;
211
this.file.type = metadata.type;
212
- this.file.download = `http://localhost:9090/raw/${data.hash}`;
213
- // this.file.download = `${window.origin}/raw/${data.hash}`;
+ this.file.download = `${window.origin}/raw/${data.hash}`;
214
break;
215
default:
216
this.pageLoadStatus = STATUS.ERROR;
0 commit comments