Skip to content

Commit

Permalink
update rest api because of last blink update, pending to solve same p…
Browse files Browse the repository at this point in the history
…roblem in network sections
  • Loading branch information
Luis Ruiz committed Mar 3, 2019
1 parent 9cd2fca commit 28d03ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/network/NetworkInteractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$.ajax
({
type: "GET",
url: "https://rest-" + credentials.region + "." + server + "/network/" + networkId + "/cameras",
url: "https://rest-" + credentials.region + "." + server + "/network/" + networkId,
dataType: 'json',
beforeSend: function(xhr) {
xhr.setRequestHeader("TOKEN_AUTH", credentials.token);
Expand Down

0 comments on commit 28d03ee

Please sign in to comment.