Skip to content

Commit 69da5c0

Browse files
committed
changed port to 3456
1 parent e940f47 commit 69da5c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ app.get("/old_cleanup", async (req, res) => {
7070

7171

7272
// Start the server
73-
const port = 3001;
73+
const port = 3456;
7474
app.listen(port, () => {
75+
console.log("Readability server: v.1.1.1")
7576
console.log(`Server is running on http://localhost:${port}`);
7677
});

0 commit comments

Comments
 (0)