mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: remove unused files
This commit is contained in:
committed by
Mythie
parent
d0cedc489f
commit
c43843d226
@ -1,5 +0,0 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ hello: 'world' });
|
||||
}
|
||||
@ -1,7 +1,5 @@
|
||||
import { ImageResponse, NextRequest } from 'next/server';
|
||||
|
||||
import { cn } from '@documenso/ui/lib/utils';
|
||||
|
||||
export const config = {
|
||||
runtime: 'edge',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user