mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log request key and url
This commit is contained in:
parent
8ecbaa5f27
commit
0a1b12c114
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ 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.parsedURL', Astro.request.parsedURL )
|
||||
console.log('Astro.request', Object.keys( Astro.request ) )
|
||||
console.log('Astro.request.url', Astro.request.url )
|
||||
|
||||
const appEntry = await axios.get(apiUrl)
|
||||
.then( response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue