Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Megageorgio committed Oct 5, 2024
1 parent 815db37 commit 5fbeda8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ async function fetchSingers() {
})
}
const testResponse = await fetch(`https://visingers-api.megageorgio.ru/${requestUrl}`)
alert(testResponse?.json() ?? 'no data')
const response = await axios.get(requestUrl, {
baseURL: 'https://visingers-api.megageorgio.ru/',
})
Expand Down

0 comments on commit 5fbeda8

Please sign in to comment.