Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
anys34 committed Aug 25, 2024
1 parent a027520 commit ce8d759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/anys34/fiveselves/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ public class Controller {
public String hello() {
return "Hello World!";
}
@GetMapping("/hello")
public String hello2() {
return "Hello World!";
}
}

0 comments on commit ce8d759

Please sign in to comment.