Skip to content

Commit

Permalink
Merge pull request #91 from Tea-Bliss/dev
Browse files Browse the repository at this point in the history
스웨거 설정
  • Loading branch information
lemonticsoul authored Jun 23, 2024
2 parents 0816c76 + 0d38aca commit 19a801c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/store/teabliss/common/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public GroupedOpenApi pageApi() {
"/api/ingredient/**",
"/api/survey/**",
"/api/basket/**",
"/api/review/**"
"/api/review/**",
"/api/payment/**"
};

return GroupedOpenApi.builder()
Expand All @@ -50,7 +51,8 @@ public OpenAPI openAPI() {
createTag("차 재료 API", "차 재료 관련 API"),
createTag("설문조사 API", "설문조사 관련 API"),
createTag("장바구니 API", "장바구니 관련 API"),
createTag("리뷰 API", "리뷰 관련 API")
createTag("리뷰 API", "리뷰 관련 API"),
createTag("결제 API", "결제 관련 API")
);

String key = "Access Token (Bearer)";
Expand Down

0 comments on commit 19a801c

Please sign in to comment.