Skip to content

Commit a305eef

Browse files
author
Tim Mickel
committed
Fix asset URLs for server update
1 parent be02546 commit a305eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/IO.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
var IO = function() {
2626
this.data = null;
27-
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
27+
this.project_base = 'http://cdn.projects.scratch.mit.edu/internalapi/project/';
2828
this.project_suffix = '/get/';
29-
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';
29+
this.asset_base = 'http://cdn.assets.scratch.mit.edu/internalapi/asset/';
3030
this.asset_suffix = '/get/';
3131
this.soundbank_base = 'soundbank/';
3232
this.spriteLayerCount = 0;

0 commit comments

Comments
 (0)