diff --git a/app/app.vue b/app/app.vue index af13f7e..0fa1939 100644 --- a/app/app.vue +++ b/app/app.vue @@ -5,11 +5,9 @@ diff --git a/app/components/PostEditor.vue b/app/components/PostEditor.vue index 3eadb7e..3c2d501 100644 --- a/app/components/PostEditor.vue +++ b/app/components/PostEditor.vue @@ -67,7 +67,7 @@ const submitting = ref(false) async function submit() { submitting.value = true const api = useSolarNetwork() - await api(`/posts?pub=${publisher.value}`, { + await api(`/sphere/posts?pub=${publisher.value}`, { method: 'POST', headers: { 'content-type': 'application/json', diff --git a/app/components/PubSelect.vue b/app/components/PubSelect.vue index fcaa615..04c197b 100644 --- a/app/components/PubSelect.vue +++ b/app/components/PubSelect.vue @@ -10,21 +10,18 @@ - {{ item.raw?.nick }} @{{ item.raw?.name }}