Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhresk committed Jun 21, 2021
1 parent 7cf1888 commit 3fd5cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSM-demo/app.js
Expand Up @@ -3,7 +3,7 @@ const app = express()
const port = 3000

app.get('/', (req, res) => {
res.send('Hello World!-edited')
res.send('Hello World!-edited-0621')
})

app.listen(port, () => {
Expand Down

0 comments on commit 3fd5cfd

Please sign in to comment.