feat: add obfuscation

This commit is contained in:
shinya
2025-08-25 00:01:20 +08:00
parent 2fd4a2d961
commit 571b685c01
13 changed files with 685 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ import { NextRequest, NextResponse } from 'next/server';
import { getConfig } from '@/lib/config';
export const runtime = 'nodejs';
export async function GET(request: NextRequest) {
console.log(request.url)
try {