import avatars from "./avatars.json" console.log(avatars); export default function(req, res) { res.status(200).json(avatars) }