fix search to read from database

This commit is contained in:
geoffrey45
2022-06-16 09:36:42 +03:00
parent 88247e0553
commit 79a7161827
12 changed files with 67 additions and 64 deletions
View File
+1
View File
@@ -43,6 +43,7 @@ async function searchTracks(query: string) {
}
const data = await res.json();
console.log(data)
return data;
}