web: clean up remaining models.json
usage
This commit is contained in:
parent
a3d7bb0a30
commit
e4b2ccfb23
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
import models from '../../../../models.json'
|
||||
import { NextResponse } from 'next/server'
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json(models)
|
||||
}
|
Loading…
Reference in a new issue