Skip to content

Commit

Permalink
OK-735: Korjataan ping-funktionimi healthcheckiksi
Browse files Browse the repository at this point in the history
  • Loading branch information
heidilm committed Nov 29, 2024
1 parent d06babc commit 2870849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Controller(
mapper.configure(SerializationFeature.INDENT_OUTPUT, true)

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

@GetMapping(path = Array("user"))
def user(@AuthenticationPrincipal userDetails: UserDetails): String = {
Expand Down

0 comments on commit 2870849

Please sign in to comment.