Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 10, 2023
1 parent f6adfb2 commit 8d001ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions browser-extension/api-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ app.delete("/slur/:id", async (req, res) => {
}
});


app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`);
});
});

0 comments on commit 8d001ff

Please sign in to comment.