This commit is contained in:
headpatsyou 2026-01-08 18:40:54 +00:00
parent b656f770bc
commit 0d6dcff718

View file

@ -4,7 +4,6 @@ import path from 'node:path'
import config from '@/config/config.json'
export const runtime = 'nodejs'
export const config_edge = { maxDuration: 30 }
export async function POST(req: NextRequest) {
const password = req.headers.get('x-admin-password') || ''