base con autenticacion, registro, modulo encuestas
This commit is contained in:
2
apps/web/app/api/auth/[...nextauth]/route.ts
Normal file
2
apps/web/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
import { handlers } from '@/lib/auth'; // Referring to the auth.ts we just created
|
||||
export const { GET, POST } = handlers;
|
||||
Reference in New Issue
Block a user