From 079dfa1cae0ec6782d775128f305593b6623654a Mon Sep 17 00:00:00 2001 From: "S.long" Date: Wed, 6 May 2020 09:26:18 +0700 Subject: [PATCH] add comment in indexjs --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ca5a0bd..6481ef3 100644 --- a/index.js +++ b/index.js @@ -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!') -}) \ No newline at end of file +})