mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-10 06:08:39 +02:00
add HEAD for healthcheck
This commit is contained in:
@@ -83,6 +83,9 @@ object ShotgunServer {
|
||||
get {
|
||||
complete(HttpResponse(StatusCodes.OK, entity = "Service is healthy"))
|
||||
}
|
||||
head {
|
||||
complete(StatusCodes.OK)
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user