curl --request GET \
--url http://localhost:3000/api/server/ping
{
"pong": true,
"timestamp": 123
}
Simple ping endpoint to check if server is responsive
curl --request GET \
--url http://localhost:3000/api/server/ping
{
"pong": true,
"timestamp": 123
}
Was this page helpful?