fixed post url

This commit is contained in:
2017-03-22 21:05:16 +01:00
parent 2469c54581
commit 92a8a99359
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
function sendPass() {
email = $("#email").val();
pass = $("#password").val();
$.post("http://{{domain}}:{{port}}/login", {
$.post("/login", {
passwd: pass
}, function(data) {
console.log(data);