Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sjsjd
/
apinew
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
apinew
/
public
/
cfs
/
cfsdata.js
sjsjd
hello
59485cb
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
175 Bytes
exports
.
name
=
'/cfsdata'
;
exports
.
index
=
async
(req, res, next) => {
const
request =
require
(
'request'
);
let
path = __dirname +
`/cfs.json`
;
return
res.
sendFile
(path)
}