Skip to content

Commit d7a18a6

Browse files
committed
Update Main.java
1 parent 9caec41 commit d7a18a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void main(String[] args) {
2020
port(Integer.valueOf(System.getenv("PORT")));
2121
staticFileLocation("/public");
2222

23-
get("/hello", (req, res) -> "Hello Heroku");
23+
get("/hello", (req, res) -> "Hello Heroku2");
2424

2525
get("/", (request, response) -> {
2626
Map<String, Object> attributes = new HashMap<>();

0 commit comments

Comments
 (0)