Initial commit from Create Next App
This commit is contained in:
5
src/app/route.ts
Normal file
5
src/app/route.ts
Normal 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