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(),
|
||||
null,
|
||||
{
|
||||
'Snap!Cloud' :
|
||||
'https://snap.apps.miosoft.com/SnapCloud'
|
||||
'Snap!Cloud' : 'https://snap-cloud.cs10.org',
|
||||
'localhost' : 'http://localhost:8080',
|
||||
'localhost (secure)' : 'https://localhost:8080'
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue