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 26, 2024
1 parent 2abf7ed commit e19e2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/anys34/fiveselves/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
public class Controller {
@GetMapping
public String hello() {
return "Hello World!1111";
return "Hello World!222";
}
@GetMapping("/hello")
public String hello2() {
return "Hello World!1111";
return "Hello World!2222";
}
}

0 comments on commit e19e2b5

Please sign in to comment.