Commit e4b2ccfb authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

web: clean up remaining `models.json` usage

parent a3d7bb0a
import models from '../../../../models.json'
import { NextResponse } from 'next/server'
export async function GET() {
return NextResponse.json(models)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment