Proper user login

This commit is contained in:
2025-09-20 12:37:37 +08:00
parent e9c7559e38
commit bd78e3f600
16 changed files with 323 additions and 95 deletions

View File

@@ -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',