aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/api/route.ts
blob: 0e508580a8f4d42671ef1da1dc9b1d12c0606e1d (plain) (blame)
1
2
3
4
5
import { NextResponse } from "next/server";

export async function GET(){
    return NextResponse.json({ message: 'Invalid Usage, See About page for usage' })
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage