changed responseId to requestId

#fail
This commit is contained in:
Michael Bykovski 2017-09-23 16:58:27 +02:00 committed by GitHub
parent 9c4915bf52
commit ee060cef50

View File

@ -81,7 +81,7 @@ webserver.onRequest(
console.log("O MA GAWD! This is the request: ", request);
webserver.sendResponse(
request.responseId,
request.requestId,
{
status: 200,
body: '<html>Hello World</html>',