mirror of https://github.com/aruppi/aruppi-api
Fixed podcast mapper
This commit is contained in:
parent
93cf3816d6
commit
5e4392f861
|
@ -53,7 +53,7 @@ class AnitakumeService(
|
|||
.find()
|
||||
.toList()
|
||||
|
||||
val elements = animes.map { documentToNewsEntity(it) }
|
||||
val elements = animes.map { documentToAnitakumeEntity(it) }
|
||||
call.respond(HttpStatusCode.OK, Json.encodeToString(elements))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue