1 2 3 4 5
import { products } from '../../models/db'; export function GET() { return new Response(JSON.stringify(products)); }