Corrected broken link
This commit is contained in:
parent
31895cf12c
commit
0321b70eb9
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue