fix: ensure support status API is always dynamic by disabling caching

This commit is contained in:
Yusuf İpek
2025-11-20 14:38:32 +03:00
parent 99d9c7e00b
commit f482a1ee7a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
import { NextResponse } from 'next/server'
export const dynamic = 'force-dynamic'
const CRYPTOMUS_ENABLED = process.env.CRYPTOMUS_ENABLED !== 'false'
export async function GET() {