mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-12 23:01:07 +00:00
fix
This commit is contained in:
parent
a6890ccab0
commit
4942525ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ const MemoryGraphPage = () => {
|
|||
queryKey: ["documents-with-memories", selectedProject],
|
||||
initialPageParam: 1,
|
||||
queryFn: async ({ pageParam }) => {
|
||||
const response = await $fetch("@post/memories/documents", {
|
||||
const response = await $fetch("@post/documents/documents", {
|
||||
body: {
|
||||
page: pageParam as number,
|
||||
limit: (pageParam as number) === 1 ? (IS_DEV ? 500 : 500) : PAGE_SIZE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue