Something went wrong.
This commit is contained in:
Leon Serfaty G
2025-09-01 07:06:52 +00:00
parent 0b065d4e25
commit 23e8f298d3
4 changed files with 21 additions and 12 deletions
-1
View File
@@ -1,4 +1,3 @@
'use client';
import { useEffect } from 'react';
-3
View File
@@ -1,6 +1,3 @@
import { handlers } from '@/auth';
export const { GET, POST } = handlers;
export const runtime = "nodejs";