Skip to content

Commit c8d5385

Browse files
committed
1
1 parent 6fb0b48 commit c8d5385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Storage extends ScratchStorage {
5555
this.assetHost = assetHost;
5656
}
5757
getAssetGetConfig (asset) {
58-
return `${this.assetHost}${asset.assetId}.${asset.dataFormat}`;
58+
return `${this.assetHost}material/asset/${asset.assetId}.${asset.dataFormat}`;
5959
}
6060
getAssetCreateConfig (asset) {
6161
return {

0 commit comments

Comments
 (0)