Merge branch 'main' into module/timetracking

This commit is contained in:
2025-08-17 22:44:03 +02:00
5 changed files with 29 additions and 9 deletions

View File

@@ -84,6 +84,6 @@ public class Application {
server.setExecutor(Executors.newFixedThreadPool(threads));
server.start();
LOG.log(INFO,"Started web server at {0}",port);
LOG.log(INFO,"Started web server at port {0}",port);
}
}