This commit is contained in:
hailin 2025-06-16 12:19:44 +08:00
parent 6ad20f12b2
commit aae8145f6f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { NextResponse } from 'next/server'
import { getRuntimeEnv } from '@/lib/http/ipconfig' // 路径按你项目实际调整
import { getRuntimeEnv } from '@/lib/ipconfig' // 路径按你项目实际调整
export async function GET() {
let ip: string | null = null