pub async fn version_handler() -> Json<VersionResponse>Expand description
GET /version
Returns a JSON object describing the running server’s version and
capabilities. Built entirely from compile-time constants; never touches
the database. Always returns 200 OK.