mirror of
https://github.com/documenso/documenso
synced 2026-05-24 01:18:23 +00:00
chore: remove unused files
This commit is contained in:
parent
d0cedc489f
commit
c43843d226
2 changed files with 0 additions and 7 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue