Test route
This commit is contained in:
parent
dc54fd31c6
commit
d18213fc7d
1 changed files with 1 additions and 0 deletions
1
src/app/api/admin/test/route.ts
Normal file
1
src/app/api/admin/test/route.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
import { NextResponse } from "next/server"; export async function GET() { return NextResponse.json({ test: "success" }); }
|
||||||
Loading…
Add table
Reference in a new issue