Skip to content

Commit

Permalink
feature: 앤드포인트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
daeundada committed Apr 19, 2024
1 parent a4120b9 commit 002e5b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@RestController
public class AwsController {

@GetMapping("/aws")
@GetMapping("/health")
public ResponseEntity<CommonResponse<Void>> awsfucking() {

return ResponseEntity.ok().body(CommonResponse.of("awsfucking", null));
Expand Down

0 comments on commit 002e5b4

Please sign in to comment.