Skip to content

Commit

Permalink
TRELLO-2649 : add healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Oct 14, 2024
1 parent 3769da8 commit 3956251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/HealthController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class HealthController(

def health =
Action.async(parse.empty) { _ =>
Future.successful(Ok(Json.obj("name" -> "signalconso-api")))
Future.successful(Ok(Json.obj("name" -> "signalconso-entreprise")))
}

}

0 comments on commit 3956251

Please sign in to comment.