diff --git a/index.js b/index.js index 5f35242ee8..8727d63d53 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ var http = require('http'); http.createServer(function (req, res) { console.log(`Just got a request at ${req.url}!`) - res.write('Yo!'); + res.write('ajay rawat'); res.end(); -}).listen(process.env.PORT || 3000); \ No newline at end of file +}).listen(process.env.PORT || 3000);