mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log Astro.request
This commit is contained in:
parent
c698b074c5
commit
24796717cf
1 changed files with 1 additions and 2 deletions
|
|
@ -35,11 +35,10 @@ const {
|
|||
|
||||
|
||||
const apiUrl = `${ import.meta.env.PUBLIC_API_DOMAIN }/api/app/spotify.json`
|
||||
const cookie = Astro.request.headers.get('cookie')
|
||||
|
||||
console.log('Astro.params', Astro.params )
|
||||
console.log('apiUrl', apiUrl )
|
||||
console.log('cookie', cookie )
|
||||
console.log('Astro.request', Astro.request )
|
||||
|
||||
const appEntry = await axios.get(apiUrl)
|
||||
.then( response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue