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