fix: conversations cache

This commit is contained in:
StyleZhang
2023-08-29 12:24:46 +08:00
parent a96399ee15
commit 4867d52b8f

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'