fp/services/next/app/api/user/route.ts
CJ_Clippy 140883a69c
Some checks failed
ci / build (push) Failing after 1s
dec 2024 progress
2024-12-11 23:23:46 -08:00

4 lines
104 B
TypeScript

import { getServerSession } from "next-auth";
import { NextResponse, NextRequest } from "next/server";