Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tinazone
/
handspew
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
handspew
/
pages
/
api
/
hello.js
Tina Tarighian
initial
065d164
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export
default
function
handler
(
req, res
) {
res.
status
(
200
).
json
({
name
:
"John Doe"
});
}