Ping
GET /ping
Description
Simple health endpoint used to verify that the API is running.
Request Parameters
Requires Authentication: false
Usage Example
await axios.get("https://api.daykeeper.app/ping")
Success Response
PONG
Error Response
This route normally returns 200 when the server is up.