bigbossmonster commited on
Commit
201a291
·
verified ·
1 Parent(s): 2ad78e2

Upload pages/api/hello.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. pages/api/hello.js +3 -0
pages/api/hello.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ export default function handler(req, res) {
2
+ res.status(200).json({ message: 'Hello from GFHGGFHGFH API' })
3
+ }