We should probably clean up the errorneous /api/hello endpoint you accid
This commit is contained in:
parent
17061f3015
commit
f883a92b5d
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
import { NextResponse } from 'next/server';
|
|
||||||
|
|
||||||
export async function GET(request: Request) {
|
|
||||||
return NextResponse.json({ message: 'Hello from the API!' });
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue