This commit is contained in:
2026-01-08 16:08:52 -05:00
parent d724c734c3
commit 7e2dfdf784
13 changed files with 68 additions and 128 deletions
@@ -43,6 +43,7 @@ public class ApplicationView extends Application {
}
public static void main(String[] args) {
BackendService.BackendServiceStart(args);
launch(args);
}
}