mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
import {handlers} from "@/auth/auth";
|
|
|
|
|
|
export const {GET, POST} = handlers;
|