Spaces:
Running
Running
Hozifaelgharbawy
commited on
Commit
·
9f6d911
1
Parent(s):
d50360d
update
Browse files- src/index.ts +1 -1
src/index.ts
CHANGED
@@ -4,7 +4,7 @@ import http from 'http';
|
|
4 |
|
5 |
const server = http.createServer(app);
|
6 |
|
7 |
-
|
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 |
+
// kk
|
8 |
server.listen(process.env.PORT || 4000, () => {
|
9 |
console.log(`Server is up and runing on port ${process.env.PORT}!`)
|
10 |
})
|