Update backend to provide more useful info to frontend (#866)

This commit is contained in:
Sriman Achanta
2023-06-25 21:07:27 -04:00
committed by GitHub
parent 7593c5ed05
commit 715ef62c85
17 changed files with 858 additions and 505 deletions

View File

@@ -370,6 +370,6 @@ public class Main {
}
}
Server.main(DEFAULT_WEBPORT);
Server.start(DEFAULT_WEBPORT);
}
}