https post
This commit is contained in:
parent
b3b4caefe7
commit
e66c547191
@ -27,7 +27,7 @@ var server = http.createServer(function (request, response) {
|
||||
});
|
||||
try {
|
||||
request.on('end', function () {
|
||||
var body = body.split("&");
|
||||
body = body.split("&");
|
||||
var send_array = {
|
||||
"type": "data",
|
||||
"id": body[1],
|
||||
|
Loading…
Reference in New Issue
Block a user