Merge pull request 'add comment in indexjs change new rquest' (#1) from sl/hello-cubetiq:master into master

This commit is contained in:
Sambo Chea 2020-05-06 09:28:52 +07:00
commit 483d46adfa

View File

@ -1,3 +1,5 @@
// SL CHNage
var express = require('express')
var app = express()
@ -7,4 +9,4 @@ app.get('/', function (req, res) {
app.listen(7000, function () {
console.log('app listening on port 7000!')
})
})