Merge pull request #4995 from rajatpandit/patch-1
Update nodejs_web_app.rst Upstream-commit: b811ac523a966af3e663f46b3b7b0afb2b7918b0 Component: engine
This commit is contained in:
@ -50,7 +50,7 @@ Then, create an ``index.js`` file that defines a web app using the
|
||||
res.send('Hello World\n');
|
||||
});
|
||||
|
||||
app.listen(PORT)
|
||||
app.listen(PORT);
|
||||
console.log('Running on http://localhost:' + PORT);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user