Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-07-22 20:55:52 +02:00
parent 2158d62da1
commit d1b8a392f4
2 changed files with 3 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ public class Backend extends PathHandler {
var json = json(ex);
var id = json.getString(CLIENT_ID);
clients.getClient(id).ifPresent(clients::remove);
return sendEmptyResponse(HTTP_OK,ex);
return sendEmptyResponse(HTTP_OK, ex);
}
private boolean doLogin(HttpExchange ex) throws IOException {