3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
import { handlers } from '@workspace/auth';
|
|
export const { GET, POST } = handlers;
|