termai commited on
Commit
105f471
·
verified ·
1 Parent(s): 2c2fae6

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -76,5 +76,5 @@ app.post("/", async (req, res) => {
76
  });
77
 
78
  app.listen(3000, () => {
79
- console.log("Playwright AI server running on port 3000");
80
  });
 
76
  });
77
 
78
  app.listen(3000, () => {
79
+ console.log("Playwright API server running on port 3000");
80
  });