def report()

in app/controllers/HealthcheckController.scala [7:9]


  def report() = Action {
    Ok("heartbeat")
  }