added clickable URL to log
This commit is contained in:
parent
17ea80ae29
commit
04b08ad8fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
// ======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue