mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 14:01:55 +08:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
import { handlers } from "@/auth"; // Referring to the auth.ts we just created
|
|
|
|
export const { GET, POST } = handlers;
|