Skip to content

Commit ebc6f5f

Browse files
신윤진신윤진
authored andcommitted
feat: ncloud
1 parent 24f5666 commit ebc6f5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/kpaas/dogcat/domain/member/controller/AuthController.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ public CustomResponse<AuthResponseDTO.ReissueResponseDTO> reissue(@RequestBody A
5757
public String test(){
5858
return "github actions!!!!!!!!!";
5959
}
60+
61+
@Operation(summary = "네이버클라우드 테스트")
62+
@GetMapping("/ncloud")
63+
public String test2(){
64+
return "naver!!!!!!!!!";
65+
}
6066
}

0 commit comments

Comments
 (0)