Merge pull request #23 from langgenius/fix/conversations-cache

fix: conversations cache
This commit is contained in:
Joel
2023-08-29 12:27:36 +08:00
committed by GitHub

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'