local host problem calls solved
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
var ViewDashboardModel = function (oauthToken, server, workspace) {
|
||||
this.server = server;
|
||||
this.workspace = workspace;
|
||||
//this.baseUrl = "/api/1.0/" + workspace + "/";
|
||||
this.baseUrl = "http://127.0.0.1:8080/api/1.0/workflow/";
|
||||
this.baseUrl = "/api/1.0/" + workspace + "/";
|
||||
//this.baseUrl = "http://127.0.0.1:8080/api/1.0/workflow/";
|
||||
this.oauthToken = oauthToken;
|
||||
this.helper = new ViewDashboardHelper();
|
||||
this.cache = [];
|
||||
|
||||
Reference in New Issue
Block a user