From f0d34d842a4040235165e782402cb784dcea1bb5 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 6 Feb 2018 23:19:12 -0800 Subject: [PATCH] use CS10.org URL --- cloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud.js b/cloud.js index 16daef0f..dfb359b8 100644 --- a/cloud.js +++ b/cloud.js @@ -501,4 +501,4 @@ Cloud.prototype.updateNotes = function (projectName, notes, onSuccess, onError) ); }; -var SnapCloud = new Cloud('https://104.131.28.71'); +var SnapCloud = new Cloud('https://snap-cloud.cs10.org');