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