We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5666 commit ebc6f5fCopy full SHA for ebc6f5f
src/main/java/kpaas/dogcat/domain/member/controller/AuthController.java
@@ -57,4 +57,10 @@ public CustomResponse<AuthResponseDTO.ReissueResponseDTO> reissue(@RequestBody A
57
public String test(){
58
return "github actions!!!!!!!!!";
59
}
60
+
61
+ @Operation(summary = "네이버클라우드 테스트")
62
+ @GetMapping("/ncloud")
63
+ public String test2(){
64
+ return "naver!!!!!!!!!";
65
+ }
66
0 commit comments