Skip to content

Commit

Permalink
continue refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Mar 14, 2024
1 parent 3dbd27f commit 89bd234
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 608 deletions.
2 changes: 1 addition & 1 deletion playground/components/ProjectPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
//console.log(file, data);
return data;
}
return await (await fetch(`https://assets.scratch.mit.edu/${md5ext}`)).text();
return await (await fetch(`https://assets.scratch.mit.edu/internalapi/asset/${md5ext}/get/`)).text();
} catch (e) {
error.value = `failed to load asset ${md5ext}\n${e.stack}`
}
Expand Down
Loading

0 comments on commit 89bd234

Please sign in to comment.