From 4b55671d330c7f9b4de0a9d3a5290ace588f68ef Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Fri, 19 Apr 2019 23:53:39 -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 ef13756..78e651b 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://35.247.224.186/case-notebook/latest/server/"; + DCCAuthorServer.serverAddress = "http://35.247.224.186/case-notebook/v1/server/"; // DCCAuthorServer.serverAddress = "http://127.0.0.1:8888/"; })();