Skip to content

Commit 9fc2944

Browse files
committed
started now3
1 parent 2165322 commit 9fc2944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Developer : Richard Obiri
1212
* =======================================================================
1313
*/
14-
1514
const express = require('express')
1615
const leaf = express()
1716
const http = require('http')
@@ -41,7 +40,6 @@ require('./api/rest/route')(leaf,io);
4140
leaf.get('/',(req,res)=>{
4241
res.render('public')
4342
})
44-
4543
// error handling
4644
require('./configs/error')(leaf)
4745

0 commit comments

Comments
 (0)