Skip to content

Commit

Permalink
add start()
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Jul 29, 2017
1 parent a65951d commit 7001c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/Main.java
Expand Up @@ -5,6 +5,7 @@ public class Main {
public static void main(String[] args) {
Javalin app = Javalin.create()
.port(getHerokuAssignedPort())
.start()
.get("/", ctx -> ctx.result("Hello Heroku"));
}

Expand Down

0 comments on commit 7001c9c

Please sign in to comment.