Skip to content

Commit

Permalink
[refactor]: Removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-patra committed Jul 27, 2022
1 parent 1d4a396 commit c66c43f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const HOST = process.env.HOST || "http://localhost"
const _ = require('lodash');

const api_urls = {

games: {
pc: "https://www.freetogame.com/api/games?platform=pc",
browser: "https://www.freetogame.com/api/games?platform=browser",
Expand All @@ -25,7 +26,7 @@ const api_urls = {
yo_mama: "https://yomomma-api.herokuapp.com/jokes",
dad: "https://icanhazdadjoke.com/"
},

memes: {
random: "https://inspirobot.me/api?generate=true",
reddit: "https://meme-api.herokuapp.com/gimme",
Expand All @@ -34,7 +35,7 @@ const api_urls = {
yes: "https://yesno.wtf/api?force=yes",
no: "https://yesno.wtf/api?force=no",
},

personalities: {
insult: "https://evilinsult.com/generate_insult.php?lang=en&type=json",
advice: "https://api.adviceslip.com/advice",
Expand Down Expand Up @@ -88,7 +89,6 @@ const api_urls = {
quiz: "https://opentdb.com/api.php?amount=1",
chess: "https://api.chess.com/pub/puzzle/random",
},

}

const indexing = (obj, route) => {
Expand Down

0 comments on commit c66c43f

Please sign in to comment.