Skip to content

Commit

Permalink
check point
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Dec 3, 2021
1 parent 1bf3157 commit bdfd0e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/org/mbari/vars/vam/api/HealthApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import org.mbari.vars.vam.model.CirceCodecs._

class HealthApi extends ScalatraServlet {

before() {
contentType = "application/json"
}

get("/") {
CirceCodecs.print(HealthStatus.default)
}
Expand Down

0 comments on commit bdfd0e5

Please sign in to comment.