3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
|
|
import { handlers } from "../../../lib/auth";
|
||
|
|
export const { GET, POST } = handlers;
|