Skip to content

Commit

Permalink
feat: Respond to all ping request methods
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 24, 2024
1 parent 2d7b4e7 commit df116bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal fun Route.apiRoute() {

installPingRouteDocumentation()

head {
handle {
call.respond(HttpStatusCode.NoContent)
}
}
Expand Down

0 comments on commit df116bd

Please sign in to comment.