Skip to content

Commit

Permalink
Readme수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsihyuong committed Aug 7, 2023
1 parent b79ae6b commit ebf6798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified README.md
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main/java/com/RepostioryTest/Retest/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class Controller {
@GetMapping("/")
public String helloWorld(){
return "To-do Application!";
return "To-do Application!!!";
}
}
//수정

0 comments on commit ebf6798

Please sign in to comment.