Skip to content

Commit

Permalink
change the options
Browse files Browse the repository at this point in the history
  • Loading branch information
inyee786 committed Sep 16, 2018
1 parent 11a1e4c commit ad2ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/mayaapiserver/listvolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var options1 = {
'Content-Type': 'application/json'
}
};
http.get(option1, function (err, resp, body) {
http.get(options1, function (err, resp, body) {
if (err) {
console.log("this is volume erro namespaces ");
} else {
Expand Down

0 comments on commit ad2ab8d

Please sign in to comment.