Quick Start
Make your first request
Get a welcome message
{
"success": true,
"message": "Hello World",
"data": null
}curl http://localhost:3000/sayhello const response = await fetch("https://sh.phyr.in/hello");Last updated