First request #5

Closed
student-21892 wants to merge 14 commits from student-21892/NTO-2025-Android-minipigs:main into main
Showing only changes of commit 85b23119d9 - Show all commits

View File

@@ -74,7 +74,7 @@ object NetworkDataSource {
setBody(BookBody(date, placeId))
}
when(response.status) {
HttpStatusCode.OK -> true
HttpStatusCode.Created -> true
else -> error(response.bodyAsText())
}
}