Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
fixing server url for production
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed Apr 1, 2019
1 parent 46189a2 commit 7e3e82d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebook/author/js/dcc-author-server-address.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function() {
// DCCAuthorServer.serverAddress = "http://cloud.lis.ic.unicamp.br/case-notebook/v1/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/";
})();

0 comments on commit 7e3e82d

Please sign in to comment.