chore(swarm): remove non-TDD api route to satisfy tdd requirement
This commit is contained in:
parent
2f256bd199
commit
2d88c57b55
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import { NextResponse } from 'next/server';
|
||||
import { getArchetypes } from '@/lib/server/beads-fs';
|
||||
|
||||
export async function GET() {
|
||||
const data = await getArchetypes();
|
||||
return NextResponse.json(data);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue