diff --git a/client/lib/aethex-collab-service.ts b/client/lib/aethex-collab-service.ts index 1f690e92..6f5688f0 100644 --- a/client/lib/aethex-collab-service.ts +++ b/client/lib/aethex-collab-service.ts @@ -221,7 +221,7 @@ export const aethexCollabService = { target_project_id?: string | null; metadata?: any; }) { - const resp = await fetch("/api/activity/publish", { + const resp = await fetch(`${API_BASE}/api/activity/publish`, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(params),