Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// This route only exports GET, and not HEAD. The test verifies that a request
// via HEAD will be the same as GET but without the response body.
export { GET } from '../../../handlers/hello'