Log parsedURL

This commit is contained in:
Sam Carlton 2022-04-26 11:38:05 -05:00
parent ebe4a38fca
commit 66c57e4b0b

View file

@ -38,7 +38,7 @@ const apiUrl = `${ import.meta.env.PUBLIC_API_DOMAIN }/api/app/spotify.json`
console.log('Astro.params', Astro.params )
console.log('apiUrl', apiUrl )
console.log('Astro.request', Astro.request )
console.log('Astro.request.parsedURL', Astro.request.parsedURL )
const appEntry = await axios.get(apiUrl)
.then( response => {