added clickable URL to log

This commit is contained in:
s5260822 2025-03-14 12:33:49 +01:00
parent 17ea80ae29
commit 04b08ad8fa

View file

@ -49,7 +49,7 @@ public class RESTHandler {
})
.start(port);
Logger.info("Javalin app started on localhost:" + port);
Logger.info("Javalin app started on http://localhost:" + port);
// Routes
// ======