Skip to content

Commit

Permalink
Feat: 스웨거 문구 수정 #1
Browse files Browse the repository at this point in the history
Feat: 스웨거 문구 수정 #1
  • Loading branch information
tokyj515 authored Jul 13, 2023
2 parents cef2874 + b94bc6b commit b6fbfab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public ResponseEntity test(){
}


//API 응답 반환 형식 예
@GetMapping("")
public ApiResponse<String> test2(@RequestParam(required = false) String s){

Expand All @@ -29,4 +30,5 @@ public ApiResponse<String> test2(@RequestParam(required = false) String s){

return new ApiResponse<>("데이터가 들어갈 자리(문자열, 객체 등");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ private ApiKey apiKey() {


private ApiInfo apiInfo() {
String title = "SEMTLE";
String description = "SEMTLE API Documentation";
String title = "NEOUL";
String description = "NEOUL API Documentation";
return new ApiInfoBuilder()
.title(title)
.description(description)
Expand Down

0 comments on commit b6fbfab

Please sign in to comment.