mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +00:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
import { handlers } from "@/lib/auth";
|
|
|
|
export const { GET, POST } = handlers;
|