Spaces:
Running
Running
Update app.js
Browse files
app.js
CHANGED
@@ -13,8 +13,8 @@ app.get('/', (req, res) => {
|
|
13 |
});
|
14 |
});
|
15 |
|
16 |
-
// Mendengarkan di port
|
17 |
-
const PORT =
|
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 |
});
|