diff --git a/memento-note/app/api/agents/run-for-note/route.ts b/memento-note/app/api/agents/run-for-note/route.ts index efcf208..0514068 100644 --- a/memento-note/app/api/agents/run-for-note/route.ts +++ b/memento-note/app/api/agents/run-for-note/route.ts @@ -1,5 +1,5 @@ import { NextRequest, NextResponse } from 'next/server' -import { auth } from '@/lib/auth' +import { auth } from '@/auth' import { prisma } from '@/lib/prisma' type GenerateType = 'slide-generator' | 'excalidraw-generator'