Skip to content

Commit

Permalink
Merge pull request #275 from IoTeaTime/fix/274-fix-api
Browse files Browse the repository at this point in the history
fix: 이미지 api 오류 해결
  • Loading branch information
kimmatches authored Dec 7, 2024
2 parents 59b5ab7 + 1184a58 commit 79643c1
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 79643c1

Please sign in to comment.