Skip to content

Commit

Permalink
test: #13 ssl 인증서 적용 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxxgsoo committed Jul 18, 2024
1 parent fccb16f commit c119fc7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ private String getEnv() {

return env;
}

@GetMapping("/plat")
private BaseResponse<String> getPlat() {

return BaseResponse.onSuccess("Plat");
}
}

0 comments on commit c119fc7

Please sign in to comment.