Update index.js
Browse files
index.js
CHANGED
@@ -157,4 +157,4 @@ app.get("/", (req, res) => {
|
|
157 |
|
158 |
app.listen(port, () => {
|
159 |
console.log(`Server is running at http://localhost:${port}`);
|
160 |
-
}
|
|
|
157 |
|
158 |
app.listen(port, () => {
|
159 |
console.log(`Server is running at http://localhost:${port}`);
|
160 |
+
});
|