Update index.js
Browse files
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:${
|
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 |
|