fix: Proxy

This commit is contained in:
Andras Bacsai
2022-04-12 10:12:46 +02:00
parent 2224c22c6e
commit 08704c289a
3 changed files with 16 additions and 32 deletions

View File

@@ -36,7 +36,6 @@
export let settings;
onMount(() => {
const { organization, id, htmlUrl } = source;
console.log(source);
const { fqdn } = settings;
const host = dev
? 'http://localhost:3000'