Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam1923 committed Apr 30, 2024
1 parent ba16959 commit b3e1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let globalData = null;

const p = async () => {
try {
const response = await fetch("http://localhost:3030/search1");
const response = await fetch("https://music-stream-a261.onrender.com/search1");
const data = await response.json();
globalData = data;
console.log(data);
Expand Down

0 comments on commit b3e1f25

Please sign in to comment.