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