mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user