aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorNana Nosirova <nargiza.nosirova@mail.utoronto.ca>2018-07-17 02:44:10 +0000
committerGitHub <noreply@github.com>2018-07-17 02:44:10 +0000
commitc9f4e0e9df821c305b9606bd9575d3092384205b (patch)
treea0e68cc4687d3ffa8245fdeffd5eb81434779be8 /app.js
parent541341598d5ed0e5c8ef9b2325dc6bbec958463a (diff)
parentcbccf154d96abadd5bf3dc0bdcf379d02101f221 (diff)
Merge pull request #2 from kdam0/feat/SR-1
Feat/sr-1
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index f8e2ab5..9a7aa85 100644
--- a/app.js
+++ b/app.js
@@ -105,7 +105,7 @@ app.use(function(error, req, res, next) {
dbFile.setupDB(function (success, mssg) {
if (success) { // db establiseh
server.listen(port, function(){ // now accept connections
- console.log('listening on port 8080');
+ console.log('listening on port 3000');
});
}
else {