1 2 3 4 5 6
import avatars from "./avatars.json" console.log(avatars); export default function(req, res) { res.status(200).json(avatars) }