Files
2025-11-13 05:05:53 +08:00

4 lines
90 B
TypeScript

import { GET, POST } from '@/lib/auth'
export const runtime = 'edge'
export { GET, POST }