Skip to content

Commit

Permalink
Update FormGetClothing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Naetffy authored May 14, 2024
1 parent a47e1a1 commit 614b554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Wardrobe/FormGetClothing/FormGetClothing.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function FormGetClothing() {
// This state is used to store the types of the clothing.
const [types, setTypes] = useState([]);

const apiKey = 'mR8hW7eUv44s3kEhWCW3CWqL';
const apiKey = 'KPtCBmuy3iD2c2j1pyGXdTsM';
const apiUrlBG = 'https://api.remove.bg/v1.0/removebg';

async function removeBackground(image) {
Expand Down

0 comments on commit 614b554

Please sign in to comment.