Skip to content

Commit

Permalink
테스트 쿠키 url 로그인 제외 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Jan 20, 2024
1 parent b4b3bbd commit 91ea195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public CommonResponse logout(@RequestBody UserLogoutReq userLogoutReq,
return userService.logout(response, userLogoutReq);
}
@Operation(summary = "쿠키테스트", description = "쿠키테스트")
@PostMapping("/cookie")
@GetMapping("/cookie")
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "OK", content = @Content(schema = @Schema(implementation = String.class)))
}
Expand Down

0 comments on commit 91ea195

Please sign in to comment.