fix: resolve session route export conflict (#348)

This commit is contained in:
shenlan 2025-10-01 12:59:43 +08:00 committed by GitHub
parent 4e238ac87d
commit 956f9b5f6e

View File

@ -1,8 +1,6 @@
import { cookies } from 'next/headers'
import { NextRequest, NextResponse } from 'next/server'
export const dynamic = 'force-dynamic'
import { getAccountServiceBaseUrl } from '@lib/serviceConfig'
const ACCOUNT_SERVICE_URL = getAccountServiceBaseUrl()