mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import { handlers } from "~/server/auth";
|
|
|
|
export const { GET, POST } = handlers;
|