pluviouse commited on
Commit
d5ba34b
·
verified ·
1 Parent(s): 1dce225

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -2
app.js CHANGED
@@ -13,8 +13,8 @@ app.get('/', (req, res) => {
13
  });
14
  });
15
 
16
- // Mendengarkan di port 7680
17
- const PORT = 7680;
18
  app.listen(PORT, () => {
19
  console.log(`Server berjalan di port ${PORT}`);
20
  });
 
13
  });
14
  });
15
 
16
+ // Mendengarkan di port 7860
17
+ const PORT = 7860;
18
  app.listen(PORT, () => {
19
  console.log(`Server berjalan di port ${PORT}`);
20
  });