Skip to content

Commit

Permalink
fix: api 모듈에서의 image service 인터페이스 패키지 이동 미반영 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 30, 2024
1 parent 04d3a6e commit 9cef3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.few.api.domain.image.service

import com.few.api.domain.image.service.dto.GetUrlQuery
import com.few.image.service.GetPreSignedImageUrlService
import com.few.storage.image.service.GetPreSignedImageUrlService // todo commit at #97
import com.few.storage.image.service.support.CdnProperty
import org.springframework.context.annotation.Profile
import org.springframework.stereotype.Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.few.api.domain.image.service.GetUrlService
import com.few.api.domain.image.service.dto.GetUrlQuery
import com.few.api.repo.dao.image.ImageDao
import com.few.api.repo.dao.image.command.InsertImageIfoCommand
import com.few.image.service.PutImageService
import com.few.storage.image.service.PutImageService
import org.springframework.stereotype.Component
import org.springframework.transaction.annotation.Transactional
import java.io.File
Expand Down

0 comments on commit 9cef3bb

Please sign in to comment.