mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Astro Request reference
This commit is contained in:
parent
4484453415
commit
65ced880c4
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ const {
|
|||
|
||||
const apiUrl = `${ import.meta.env.PUBLIC_API_DOMAIN }/api/app/spotify.json`
|
||||
|
||||
// Astro Request reference
|
||||
// https://docs.astro.build/en/reference/api-reference/#astrorequests
|
||||
|
||||
console.log('Astro.params', Astro.params )
|
||||
console.log('apiUrl', apiUrl )
|
||||
console.log('Astro.request', Object.keys( Astro.request ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue