–ƒ–Hozifaelgharbawy commited on
Commit
baa5f04
·
1 Parent(s): 9f6d911
Files changed (1) hide show
  1. src/index.ts +0 -1
src/index.ts CHANGED
@@ -4,7 +4,6 @@ import http from 'http';
4
 
5
  const server = http.createServer(app);
6
 
7
- // kk
8
  server.listen(process.env.PORT || 4000, () => {
9
  console.log(`Server is up and runing on port ${process.env.PORT}!`)
10
  })
 
4
 
5
  const server = http.createServer(app);
6
 
 
7
  server.listen(process.env.PORT || 4000, () => {
8
  console.log(`Server is up and runing on port ${process.env.PORT}!`)
9
  })