Compare commits

..

No commits in common. "483d46adfa093e0204e739ed0452b02cc1e045fa" and "0a739cb3982541446d4ff47d16395dd50b987ef3" have entirely different histories.

View File

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