Copy
Ask AI
curl --request GET \
--url http://localhost:8080/ping
Copy
Ask AI
{ "ping": "pong" }
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Endpoint to check the status of the API
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Was this page helpful?