Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit a538b04

Browse files
committed
modules commit
1 parent f69732c commit a538b04

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"express": "^4.16.3",
3030
"mongodb": "^3.1.0",
3131
"nodemon": "^1.17.5",
32-
"nodejs":"^5.7.1",
3332
"express-jwt": "^3.0.1",
3433
"express-session": "^1.11.3",
3534
"jsonwebtoken": "^5.0.2"

server.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
var express = require('express');
22
var app = express();
3-
var bodyparser=require('bodyparser');
4-
53

64

75

86
app.get('/', function (req, res) {
9-
res.send('Hello World!');
7+
res.send('Welcome to coderplex');
108
});
119
app.listen(3000, function () {
1210
console.log('Example app listening on port 3000!');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy