mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
code cleanup and ui route bugfix
This commit is contained in:
@@ -25,7 +25,8 @@ public class Server {
|
||||
ws.onBinaryMessage(ctx -> {
|
||||
handler.onBinaryMessage(ctx);
|
||||
});
|
||||
app.start(port);
|
||||
});
|
||||
|
||||
app.start(port);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user