Skip to content

Commit

Permalink
Merge pull request #5 from kayanalmeida/master
Browse files Browse the repository at this point in the history
Mudando url
  • Loading branch information
vitor-costa committed Dec 9, 2014
2 parents 0742713 + 189769f commit 8887fdb
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 8887fdb

Please sign in to comment.