1 Commits

Author SHA1 Message Date
StyleZhang 4867d52b8f fix: conversations cache 2023-08-29 12:24:46 +08:00
+2
View File
@@ -1,3 +1,5 @@
export const dynamic = 'force-dynamic'
import { type NextRequest } from 'next/server'
import { NextResponse } from 'next/server'
import { client, getInfo, setSession } from '@/app/api/utils/common'