Skip to content

Commit

Permalink
prolly final push
Browse files Browse the repository at this point in the history
  • Loading branch information
kmr-ankitt committed Jul 2, 2024
1 parent 099f5ee commit 7e535a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Input({sendDuration, isSubmitted }: InputProps) {
isSubmitted(true);
console.log(pID);

const response = await axios.post('http://localhost:5000/api/playlistItems', { pID: id });
const response = await axios.post('https://playlen-backend.onrender.com/api/playlistItems', { pID: id });
console.log(response.data);
sendDuration(response.data);
} catch (error) {
Expand Down

0 comments on commit 7e535a2

Please sign in to comment.