mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update src/main/java/uk/ac/ic/wlgitbridge/server/HealthCheckHandler.java
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com>
This commit is contained in:
parent
5e31a11938
commit
4161416659
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class HealthCheckHandler extends AbstractHandler {
|
|||
if (
|
||||
("GET".equals(method) || "HEAD".equals(method))
|
||||
&& target != null
|
||||
&& target.matches("^\\/health_check\\/?$")
|
||||
&& target.matches("^/health_check/?$")
|
||||
) {
|
||||
Log.info(method + " <- /health_check");
|
||||
baseRequest.setHandled(true);
|
||||
|
|
Loading…
Reference in a new issue