Skip to content

Commit

Permalink
OK-735: Muutetaan /ping-rajapinnan nimi /healthcheckiksi
Browse files Browse the repository at this point in the history
  • Loading branch information
heidilm committed Nov 28, 2024
1 parent 20a48d0 commit 5f5dd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Controller(
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
mapper.configure(SerializationFeature.INDENT_OUTPUT, true)

@GetMapping(path = Array("ping"))
@GetMapping(path = Array("healthcheck"))
def ping = "Ovara application is running!"

@GetMapping(path = Array("user"))
Expand Down

0 comments on commit 5f5dd67

Please sign in to comment.