Skip to content

Commit

Permalink
✨ [FEAT] Swagger 토큰 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Mar 11, 2024
1 parent 1fb5f49 commit 07d7197
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.sopt.lequuServer.domain.favorite.controller;

import io.swagger.v3.oas.annotations.security.SecurityRequirement;
import lombok.RequiredArgsConstructor;
import org.sopt.lequuServer.domain.favorite.dto.request.FavoriteCreateRequestDto;
import org.sopt.lequuServer.domain.favorite.dto.response.FavoriteBookResponseDto;
Expand All @@ -14,6 +15,7 @@
import java.security.Principal;
import java.util.List;

@SecurityRequirement(name = "JWT Authorization")
@RestController
@RequiredArgsConstructor
@RequestMapping("api/favorite")
Expand Down

0 comments on commit 07d7197

Please sign in to comment.