chore(v1.speckle.systems): amend url for ghost API (#3020)
This commit is contained in:
Родитель
016b8b031d
Коммит
82bea53cc2
|
@ -63,7 +63,7 @@ useHead({
|
|||
|
||||
const spacesEndpoint = 'https://releases.speckle.dev'
|
||||
const cmsTagsEndpoint =
|
||||
'https://speckle.systems/ghost/api/v3/content/tags?key=c895981da23dbb5c87ee7192e2&limit=all'
|
||||
'https://v1.speckle.systems/ghost/api/v3/content/tags?key=c895981da23dbb5c87ee7192e2&limit=all'
|
||||
|
||||
const connectorTags = await useAppCached(
|
||||
'connector-downloads',
|
||||
|
|
|
@ -102,7 +102,7 @@ const { isGuest } = useActiveUser()
|
|||
const openNewProject = ref(false)
|
||||
|
||||
const ghostContentApi = new GhostContentAPI({
|
||||
url: 'https://speckle.systems',
|
||||
url: 'https://v1.speckle.systems',
|
||||
key: config.public.ghostApiKey,
|
||||
version: 'v5.0'
|
||||
})
|
||||
|
|
|
@ -122,7 +122,7 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
this.api = new GhostContentAPI({
|
||||
url: 'https://speckle.systems',
|
||||
url: 'https://v1.speckle.systems',
|
||||
key: 'bf4ca76b9606d0c13b0edf5dc1',
|
||||
version: 'v3'
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче