mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 08:47:01 +00:00
fix web build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import models from '../../../../models.json'
|
||||
import { NextResponse } from 'next/server'
|
||||
|
||||
export async function GET(re) {
|
||||
export async function GET() {
|
||||
return NextResponse.json(models)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user