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 be02546 commit a305eefCopy full SHA for a305eef
js/IO.js
@@ -24,9 +24,9 @@
24
25
var IO = function() {
26
this.data = null;
27
- this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
+ this.project_base = 'http://cdn.projects.scratch.mit.edu/internalapi/project/';
28
this.project_suffix = '/get/';
29
- this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';
+ this.asset_base = 'http://cdn.assets.scratch.mit.edu/internalapi/asset/';
30
this.asset_suffix = '/get/';
31
this.soundbank_base = 'soundbank/';
32
this.spriteLayerCount = 0;
0 commit comments