Corrected broken link

This commit is contained in:
Thomas FORGIONE 2015-05-18 15:38:36 +02:00
parent 31895cf12c
commit 0321b70eb9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BD.Event = {};
BD.Event.ArrowClicked = function() {};
BD.Event.ArrowClicked.prototype.send = function() {
var url = "http://localhost:4000/post";
var url = "/post";
var data = {};