Skip to content

Commit

Permalink
Mudando url
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalmeida committed Dec 9, 2014
1 parent a99a5b0 commit 189769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/relatorioCodigo.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ window.onload = function() {
else {
initialDate = moment(initialDate,"DD/MM/YYYY - HH").format("YYYYMMDDHH");
finalDate = moment(finalDate,"DD/MM/YYYY - HH").format("YYYYMMDDHH");
url = "http://localhost:3002/api/" + initialDate + "/" + finalDate + "?callback=?";
url = "http://rest.riob.us/api/" + initialDate + "/" + finalDate + "?callback=?";
}
}

Expand Down

0 comments on commit 189769f

Please sign in to comment.