Skip to content

Commit

Permalink
New data url
Browse files Browse the repository at this point in the history
  • Loading branch information
pvbinatto committed Jul 5, 2022
1 parent 20b0204 commit 6f5ade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
str: str,
};

$.post("data.php", postData, function (data) {
$.post("/php-test/data.php", postData, function (data) {
// console.log(data);
localStorage.setItem("data", data);
let dados = JSON.parse(data);
Expand Down

0 comments on commit 6f5ade8

Please sign in to comment.