randydev commited on
Commit
b7604ef
·
verified ·
1 Parent(s): 7dd5c4c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -18,7 +18,7 @@ const startup = async () => {
18
  const startServer = async () => {
19
  await startup();
20
  app.listen(port, () => {
21
- console.log(`Server running on http://localhost:${PORT}`);
22
  });
23
  };
24
 
 
18
  const startServer = async () => {
19
  await startup();
20
  app.listen(port, () => {
21
+ console.log(`Server running on http://localhost:${port}`);
22
  });
23
  };
24