next.js / test /integration /api-support /pages /api /auth /[...nextauth].js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
export default function handler(req, res) {
res.json({ from: 'auth' })
}