mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-04-22 19:54:36 +00:00
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m11s
2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
import {handlers} from '@/auth' // Referring to the auth.ts we just created
|
|
export const {GET, POST} = handlers |