Merge pull request #23 from langgenius/fix/conversations-cache
fix: conversations cache
This commit is contained in:
commit
eeb54bc820
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
export const dynamic = 'force-dynamic'
|
||||||
|
|
||||||
import { type NextRequest } from 'next/server'
|
import { type NextRequest } from 'next/server'
|
||||||
import { NextResponse } from 'next/server'
|
import { NextResponse } from 'next/server'
|
||||||
import { client, getInfo, setSession } from '@/app/api/utils/common'
|
import { client, getInfo, setSession } from '@/app/api/utils/common'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue