Initial commit
This commit is contained in:
5
src/app/api/route.ts
Executable file
5
src/app/api/route.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ message: "Hello, world!" });
|
||||
}
|
||||
Reference in New Issue
Block a user