Skip to content

Commit

Permalink
chore: update music api
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Oct 6, 2024
1 parent 5a7ef74 commit be6935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manage/review.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function getSearchList(song?: TSong) {
// key: name,
// },
// }));
const res: any = (await useFetch('https://428a-218-19-25-63.ngrok-free.app/api/search/song', {
const res: any = (await useFetch('https://372f-218-19-27-148.ngrok-free.app/api/search/song', {
method: 'get',
params: {
key: name,
Expand Down

0 comments on commit be6935a

Please sign in to comment.