Skip to content

Commit

Permalink
logger top level
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeoni committed Jun 29, 2024
1 parent c6e8641 commit 8d1814b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions api/src/main/kotlin/com/mashup/dojo/ImageController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import io.swagger.v3.oas.annotations.tags.Tag
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.RestController

private val logger = KotlinLogging.logger { }

@Tag(name = "Image", description = "이미지 API")
@RestController
class ImageController(
Expand Down Expand Up @@ -43,8 +45,4 @@ class ImageController(
val uuid: String,
val uploadUrl: String,
)

companion object {
private val logger = KotlinLogging.logger { }
}
}

0 comments on commit 8d1814b

Please sign in to comment.