Skip to content

Commit

Permalink
fix: 오류 해결 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmatches committed Dec 7, 2024
1 parent 59b5ab7 commit 1184a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions app/src/main/java/com/example/mhnfe/data/model/Image.kt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.example.mhnfe.data.remote.response

import com.example.mhnfe.data.model.ImageInfo


data class ImageResponse(
Expand All @@ -25,3 +24,9 @@ data class ImageResponseBody(
data class ImageListBody(
val images : List<ImageInfo>
)
data class ImageInfo(
val imageId: Long,
val imageName: String,
val imagePath: String,
val formattedCreatedAt: String
)

0 comments on commit 1184a58

Please sign in to comment.