Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Nov 27, 2023
1 parent ce8df19 commit a4b861d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ let baseURL = url.protocol + '//' + url.host + '/stac'
let catalogPath = `${baseURL}/catalog.json`
let headers = useRequestHeaders()
console.log({ headers })
let { data: catalogJson } = await useFetch<CatalogType>(catalogPath, {
headers,
credentials: 'include',
})
let catalog = catalogJson.value
Expand Down

0 comments on commit a4b861d

Please sign in to comment.