Skip to content

Commit

Permalink
Chore: FCM 관련 Swagger Tag 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 11, 2024
1 parent c12acb0 commit c0359b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.cmc.suppin.fcm.controller.dto.FcmSendDTO;
import com.cmc.suppin.fcm.service.FcmService;
import com.cmc.suppin.global.response.ApiResponse;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
Expand All @@ -15,6 +16,7 @@

@Slf4j
@RestController
@Tag(name = "FCM", description = "FCM 푸시알림 관련 API")
@RequestMapping("/api/v1/fcm")
public class FcmController {

Expand Down

0 comments on commit c0359b3

Please sign in to comment.