mirror of
https://github.com/ollama/ollama.git
synced 2025-11-18 09:17:31 +01:00
web: clean up remaining models.json usage
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import models from '../../../../models.json'
|
||||
import { NextResponse } from 'next/server'
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json(models)
|
||||
}
|
||||
Reference in New Issue
Block a user