Merge pull request #4995 from rajatpandit/patch-1
Update nodejs_web_app.rst
This commit is contained in:
commit
b811ac523a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue