This commit is contained in:
parent
6ad20f12b2
commit
aae8145f6f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue