From 6f4802cf8364166204ebb5f3507ce2bcf6d0cf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Sat, 6 Apr 2019 23:05:07 -0300 Subject: [PATCH] Adjusting an address --- notebook/author/js/dcc-author-server-address.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/author/js/dcc-author-server-address.js b/notebook/author/js/dcc-author-server-address.js index 31f2072..9019711 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://127.0.0.1:8888/"; + DCCAuthorServer.serverAddress = "http://cloud.lis.ic.unicamp.br/case-notebook/latest/server/"; + // DCCAuthorServer.serverAddress = "http://127.0.0.1:8888/"; })();