Skip to content

Commit

Permalink
[refactor]: Rearranged const.api_urls.memes
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-patra committed Jul 31, 2022
1 parent f39a889 commit 6181b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const api_urls = {
},

memes: {
namo: "https://namo-memes.herokuapp.com/memes/1",
no: "https://yesno.wtf/api?force=no",
random: "https://inspirobot.me/api?generate=true",
reddit: "https://meme-api.herokuapp.com/gimme",
templates: "https://api.imgflip.com/get_memes",
namo: "https://namo-memes.herokuapp.com/memes/1",
yes: "https://yesno.wtf/api?force=yes",
no: "https://yesno.wtf/api?force=no",
},

personalities: {
Expand Down

0 comments on commit 6181b4b

Please sign in to comment.