mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Nickname changes update in NT, added warning when lack of VC++ causes a crash
This commit is contained in:
@@ -10,7 +10,7 @@ public class Server {
|
||||
public static void main(int port) {
|
||||
handler = new ServerHandler();
|
||||
|
||||
Javalin app = Javalin.create();
|
||||
Javalin app = Javalin.create(javalinConfig -> javalinConfig.showJavalinBanner=false);
|
||||
app.config.addStaticFiles("web");
|
||||
app.ws("/websocket", ws -> {
|
||||
ws.onConnect(ctx -> {
|
||||
|
||||
Reference in New Issue
Block a user