Skip to content

Commit

Permalink
fix : HelloController 임의 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jaesungyu committed May 6, 2024
1 parent 3821b5e commit c0a6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nawabali/nawabali/HelloController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class HelloController {
@GetMapping("/ping")
public String check() {
return "Pong! http 로그아웃url 메서드 사용 변경";
return "Pong! 서버 업그레이드 이전";
}
}

0 comments on commit c0a6610

Please sign in to comment.