cURL
curl --request GET \ --url http://localhost:3000/api/server/hello
{ "message": "Hello World!" }
Simple hello world test endpoint
Hello world response
"Hello World!"
Was this page helpful?