Skip to content

Commit

Permalink
Mod index
Browse files Browse the repository at this point in the history
  • Loading branch information
KarenSands committed Nov 16, 2018
1 parent 7495d94 commit de8c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http.createServer(function (request, response) {
// Content Type: text/plain
response.writeHead(200, {'Content-Type': 'text/plain'});

// Send the response body as "Hello World aasdasd"
// Send the response body as "Hello Karen"
response.end('Hello World\n');
}).listen(8081);

Expand Down

0 comments on commit de8c94c

Please sign in to comment.