Skip to content

Commit 28c3ff7

Browse files
Merge pull request #31 from Geode-solutions/next
Next
2 parents b568969 + bc16c0b commit 28c3ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const use_cloud_store = defineStore('cloud', {
5050
const errors_store = use_errors_store()
5151
const config = useRuntimeConfig()
5252
const public_runtime_config = config.public
53-
const { data, error } = await useFetch(`${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}${public_runtime_config.SITE_BRANCH}${public_runtime_config.PROJECT}/createbackend`, { method: 'POST' })
53+
const { data, error } = await useFetch(`${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}${public_runtime_config.SITE_BRANCH}/${public_runtime_config.PROJECT}/createbackend`, { method: 'POST' })
5454
if (data.value !== null) {
5555
this.ID = data.value.ID
5656
localStorage.setItem('ID', data.value.ID)

0 commit comments

Comments
 (0)