KS
Size: a a a
KS
EM
IN
W
KS
IN
KS
W
W
IN
KS
AB
K
А
function ajaxFunction(point,route_code){
console.log(route_code)
$.ajax({
type : 'POST',
method: 'POST',
url : "/new_coords",
dataType: 'json',
contentType: 'application/json',
data : {code: "12312313"},
success: function(data){
console.log(data)
}
});
AB
function ajaxFunction(point,route_code){
console.log(route_code)
$.ajax({
type : 'POST',
method: 'POST',
url : "/new_coords",
dataType: 'json',
contentType: 'application/json',
data : {code: "12312313"},
success: function(data){
console.log(data)
}
});
0
⠀⠀
npm install --save-dev
K