Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jordonpeter01
/
sf-e00
like
1
Running
App
Files
Files
Community
main
sf-e00
/
src
/
pages
/
api
/
todos.ts
jordonpeter01
Add 12 files
49715c3
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
export
default
function
handler
(
): {
const
todos
:
Todo
[] = [];
return
{
data
: todos,
};
}