feat: Respond to all ping request methods

This commit is contained in:
oSumAtrIX
2024-08-24 22:32:37 +02:00
parent 2d7b4e7b7f
commit df116bd221

View File

@ -72,7 +72,7 @@ internal fun Route.apiRoute() {
installPingRouteDocumentation()
head {
handle {
call.respond(HttpStatusCode.NoContent)
}
}