We should probably clean up the errorneous /api/hello endpoint you accid

This commit is contained in:
Derek Slenk 2025-06-27 01:24:38 +00:00
parent 17061f3015
commit f883a92b5d

View file

@ -1,5 +0,0 @@
import { NextResponse } from 'next/server';
export async function GET(request: Request) {
return NextResponse.json({ message: 'Hello from the API!' });
}