Skip to content

Commit

Permalink
fix: Authentication 라이브러리 수정 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin authored Jun 16, 2024
1 parent 32151e0 commit 2668b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.depromeet.makers.domain.usecase.GetRecentNotification
import com.depromeet.makers.presentation.restapi.dto.response.NotificationResponse
import io.swagger.v3.oas.annotations.Operation
import io.swagger.v3.oas.annotations.tags.Tag
import org.apache.tomcat.util.net.openssl.ciphers.Authentication
import org.springframework.security.core.Authentication
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController
Expand Down

0 comments on commit 2668b90

Please sign in to comment.