mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-18 15:48:10 +00:00
Home page completed
This commit is contained in:
2
app/api/auth/[...nextauth]/route.ts
Normal file
2
app/api/auth/[...nextauth]/route.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import { handlers } from "@/auth"; // Referring to the auth.ts we just created
|
||||
export const { GET, POST } = handlers;
|
||||
Reference in New Issue
Block a user