Skip to content

Commit

Permalink
Merge pull request #139 from OMZigak/main
Browse files Browse the repository at this point in the history
Sync Develop
  • Loading branch information
tkdwns414 authored Sep 7, 2024
2 parents f5e3174 + 4160030 commit b7a6968
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ public class TestController {

private final JwtTokenProvider jwtTokenProvider;

@GetMapping("/v1/test/void")
public ResponseEntity<Void> testVoid() {
return ResponseEntity.ok().build();
}

@GetMapping("/v1/test/dto")
public ResponseEntity<TestDto> testDto() {
return ResponseEntity.ok(new TestDto("test"));
Expand Down

0 comments on commit b7a6968

Please sign in to comment.