Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 2e64df3

Browse files
committed
ASAP-325 refactor: dto 위치 변경
1 parent a671e66 commit 2e64df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bootstrap-Module/src/main/kotlin/com/asap/bootstrap/web/letter/controller/LetterLogController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.asap.bootstrap.web.letter.controller
22

33
import com.asap.application.letter.port.`in`.LetterLogUsecase
44
import com.asap.bootstrap.web.letter.api.LetterLogApi
5-
import com.asap.bootstrap.web.letter.api.LetterShareStatusResponse
5+
import com.asap.bootstrap.web.letter.dto.LetterShareStatusResponse
66
import com.asap.bootstrap.webhook.dto.KakaoWebHookRequest
77
import com.fasterxml.jackson.databind.ObjectMapper
88
import org.springframework.web.bind.annotation.RestController

0 commit comments

Comments
 (0)