From 1eecfcb48baa87a6d3257afb62d6718ebc45f122 Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Fri, 12 Apr 2019 00:34:28 -0300 Subject: [PATCH] Update dcc-author-server-address.js --- notebook/author/js/dcc-author-server-address.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/author/js/dcc-author-server-address.js b/notebook/author/js/dcc-author-server-address.js index 9019711..637354f 100644 --- a/notebook/author/js/dcc-author-server-address.js +++ b/notebook/author/js/dcc-author-server-address.js @@ -1,4 +1,4 @@ (function() { - DCCAuthorServer.serverAddress = "http://cloud.lis.ic.unicamp.br/case-notebook/latest/server/"; + DCCAuthorServer.serverAddress = "http://aws.harena.lis.ic.unicamp.br/case-notebook/latest/server/"; // DCCAuthorServer.serverAddress = "http://127.0.0.1:8888/"; })();