Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshSirohi authored Oct 10, 2024
1 parent d9c4897 commit 4697ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const available_cards = {
"/spanish-quote-card": require("./src/cards/spanish-quote"),
"/top-tweets-card": require("./src/cards/top-tweets"),
"/github-facts-card": require("./src/cards/github-facts"),
"/random-facts": require("./src/cards/random-facts")
"/random-facts-card": require("./src/cards/random-facts")
};

app.use(express.json());
Expand All @@ -42,4 +42,4 @@ app.get("/random-card", (req,res) => {

app.listen(port, () => {
console.log(`Server started on port ${port}`);
});
});

0 comments on commit 4697ea7

Please sign in to comment.