Skip to content

Commit

Permalink
Changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayanika1402 committed Oct 18, 2024
1 parent f636377 commit b15338a
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 241 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const available_cards = {
"/harry-potter-spell-card": require("./src/cards/harry-potter-spells"),
"/travel-destinations-card": require("./src/cards/travel_destinations"),
"/french-word-of-the-day-card": require("./src/cards/french_word_of_the_day"),
"/health-tip-card": require("./src/cards/health-tips"),
"/health-tip-card": require("./src/cards/health-tip-card"),
};

app.use(express.json());
Expand Down
Loading

0 comments on commit b15338a

Please sign in to comment.