Skip to content

Commit

Permalink
Merge pull request #68 from cathaaaaand/dev
Browse files Browse the repository at this point in the history
feature: / 추가
  • Loading branch information
EUNCHAEv1006 authored Apr 20, 2024
2 parents 09a62ef + e058bfa commit 3063d27
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public ResponseEntity<CommonResponse<Void>> awsfucking() {
}

@GetMapping("/")
public String welcome() {
return "Welcome to the wooriForei Backend API!";
}
public ResponseEntity<CommonResponse<Void>> wooriforei() {

return ResponseEntity.ok().body(CommonResponse.of("hello wooriforei", null));
}
}

0 comments on commit 3063d27

Please sign in to comment.