Skip to content

Commit e832173

Browse files
skoh7645elsony
authored andcommitted
requested changes
1 parent 450235d commit e832173

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ app.use(require('pino-http')({logger: pino}));
5151

5252
app.get('/', (req, res) => {
5353
// Use req.log (a `pino` instance) to log JSON:
54-
req.log.info({message: 'Hello from NodeJS Starter Application!'});
55-
res.send('Hello from NodeJS Starter Application!');
54+
req.log.info({message: 'Hello from Node.js Starter Application!'});
55+
res.send('Hello from Node.js Starter Application!');
5656
});
5757

5858
app.get('*', (req, res) => {

0 commit comments

Comments
 (0)