Skip to content

Commit

Permalink
Update pinterest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MehidiALPHONSE authored Jun 14, 2024
1 parent 82fc3c8 commit ab39516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cmds/pinterest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const axios = require("axios");
-cmd install pinterest.js const axios = require("axios");
const fs = require("fs-extra");
const path = require("path");

Expand Down Expand Up @@ -36,7 +36,7 @@ module.exports = {
numberSearch = 9;
}

const apiUrl = `https://apis-samir.onrender.com/Pinterest?query=${encodeURIComponent(keySearchs)}& number=${numberSearch}`;
const apiUrl = `https://samirxpikachu.onrender.com/Pinterest?query=${encodeURIComponent(keySearchs)}& number=${numberSearch}`;

const res = await axios.get(apiUrl);
const data = res.data.result;
Expand Down

0 comments on commit ab39516

Please sign in to comment.