Skip to content

Commit

Permalink
fix frontend api
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam1923 committed Sep 24, 2024
1 parent 4b3917d commit 30091a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Album.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Album = () => {

console.log("Song id is " + params.id);

const apiUrl = `https://saavn.dev/api/albums?id=${encodeURIComponent(
const apiUrl = `https://jio-savaan-private.vercel.app/api/albums?id=${encodeURIComponent(
params.id
)}`;

Expand Down

0 comments on commit 30091a0

Please sign in to comment.