chore: remove unused files

This commit is contained in:
Ephraim Atta-Duncan
2023-09-05 09:27:04 +00:00
committed by Mythie
parent d0cedc489f
commit c43843d226
2 changed files with 0 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
import { NextResponse } from 'next/server';
export async function GET() {
return NextResponse.json({ hello: 'world' });
}