aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/app/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx
index d2dd6b4a..5b7561ea 100644
--- a/apps/web/app/page.tsx
+++ b/apps/web/app/page.tsx
@@ -323,7 +323,7 @@ const MemoryGraphPage = () => {
let cancelled = false
const run = async () => {
try {
- const resp = await $fetch("@post/memories/documents/by-ids", {
+ const resp = await $fetch("@post/documents/documents/by-ids", {
body: {
ids: missing,
by: "customId",