We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45967fc commit 0a38903Copy full SHA for 0a38903
stores/cloud.js
@@ -52,8 +52,8 @@ export const use_cloud_store = defineStore("cloud", {
52
const errors_store = use_errors_store()
53
const public_runtime_config = useRuntimeConfig().public
54
const url = this.api_url.concat(
55
- public_runtime_config.PROJECT,
56
public_runtime_config.SITE_BRANCH,
+ public_runtime_config.PROJECT,
57
"/createbackend",
58
)
59
const { data, error } = await useFetch(url, {
0 commit comments