kopia lustrzana https://github.com/backface/turtlestitch
update cloud URL options for testing.
rodzic
0a25625537
commit
9bebdcade7
5
gui.js
5
gui.js
|
@ -5484,8 +5484,9 @@ IDE_Morph.prototype.setCloudURL = function () {
|
||||||
this.world(),
|
this.world(),
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
'Snap!Cloud' :
|
'Snap!Cloud' : 'https://snap-cloud.cs10.org',
|
||||||
'https://snap.apps.miosoft.com/SnapCloud'
|
'localhost' : 'http://localhost:8080',
|
||||||
|
'localhost (secure)' : 'https://localhost:8080'
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue