Spaces:
Build error
Build error
Upload pages/api/hello.js with huggingface_hub
Browse files- 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 |
+
}
|