mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-24 01:30:01 +08:00
feat: Init
This commit is contained in:
5
app/api/auth/[...auth]/route.ts
Normal file
5
app/api/auth/[...auth]/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GET, POST } from "@/lib/auth"
|
||||
|
||||
export { GET, POST }
|
||||
|
||||
export const runtime = 'edge'
|
||||
Reference in New Issue
Block a user