Skip to content

Commit

Permalink
Merge b4a746d into 74ae58c
Browse files Browse the repository at this point in the history
  • Loading branch information
paterczm committed Mar 30, 2015
2 parents 74ae58c + b4a746d commit 3a68a7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions common/src/main/webapp/js/lightblue-apps.js
Expand Up @@ -229,6 +229,7 @@
var request = $.ajax({
type: method,
url: metadataServicePath + uri,
contentType: "application/json",
data: JSON.stringify(jsonData)
});

Expand All @@ -253,6 +254,7 @@
var request = $.ajax({
type: "GET",
url: metadataServicePath + "health",
contentType: "application/json",
dataType: "html"
});

Expand Down
2 changes: 1 addition & 1 deletion common/src/main/webapp/js/lightblue-config.js
@@ -1 +1 @@
var metadataServicePath = "/app/metadata/rest-request/";
var metadataServicePath = "rest-request/";
2 changes: 2 additions & 0 deletions common/src/main/webapp/js/lightblue-roles.js
@@ -0,0 +1,2 @@
// This file will be loaded only if RolesServlet isn't. Useful for development without a servlet container.
window.roles = ['lightblue-metadata-admin', 'authenticated'];

0 comments on commit 3a68a7f

Please sign in to comment.