diff --git a/src/main/kotlin/com/depromeet/makers/presentation/restapi/controller/NotificationController.kt b/src/main/kotlin/com/depromeet/makers/presentation/restapi/controller/NotificationController.kt index 522382c..90e1a1a 100644 --- a/src/main/kotlin/com/depromeet/makers/presentation/restapi/controller/NotificationController.kt +++ b/src/main/kotlin/com/depromeet/makers/presentation/restapi/controller/NotificationController.kt @@ -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