We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caec41 commit d7a18a6Copy full SHA for d7a18a6
1 file changed
src/main/java/Main.java
@@ -20,7 +20,7 @@ public static void main(String[] args) {
20
port(Integer.valueOf(System.getenv("PORT")));
21
staticFileLocation("/public");
22
23
- get("/hello", (req, res) -> "Hello Heroku");
+ get("/hello", (req, res) -> "Hello Heroku2");
24
25
get("/", (request, response) -> {
26
Map<String, Object> attributes = new HashMap<>();
0 commit comments