mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 18:46:07 +00:00
fix: ensure support status API is always dynamic by disabling caching
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user