Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export default function Index() {
return (
<p>
To test the CORS route, open the console in a new tab on a different
domain and make a POST / GET / OPTIONS request to <b>/api/cors</b>. Using
a different method from those mentioned will be blocked by CORS
</p>
);
}