mirror of
https://github.com/run-llama/chat-llamaindex.git
synced 2026-07-01 21:04:08 -04:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import { handlers } from "@/app/auth/auth-api";
|
|
|
|
export { handlers as GET, handlers as POST };
|