fix: resolve session route export conflict (#348)
This commit is contained in:
parent
4e238ac87d
commit
956f9b5f6e
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user