Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -76,5 +76,5 @@ app.post("/", async (req, res) => {
|
|
76 |
});
|
77 |
|
78 |
app.listen(3000, () => {
|
79 |
-
console.log("Playwright
|
80 |
});
|
|
|
76 |
});
|
77 |
|
78 |
app.listen(3000, () => {
|
79 |
+
console.log("Playwright API server running on port 3000");
|
80 |
});
|