Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6493eb3

Browse files
authoredDec 16, 2020
Removed ip address form index.js
1 parent ccd8f41 commit 6493eb3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed
 

‎index.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// to do
2-
// []create home page
3-
// [x]make error page look similar
4-
// [x]handling error
5-
// [x]add meta tag
6-
// []add loging
7-
// []add auth
8-
// []
9-
10-
11-
121

132
//node modules
143
const express=require("express");
@@ -69,6 +58,6 @@ process.on("uncaughtException",()=>{
6958

7059

7160
})
72-
app.listen(port,"192.168.42.68",()=>{console.log("server started")});
61+
app.listen(port,()=>{console.log("server started")});
7362

7463

0 commit comments

Comments
 (0)
Please sign in to comment.