Disable json pretty formating
This commit is contained in:
@@ -7,8 +7,6 @@ import io.ktor.jackson.*
|
||||
|
||||
fun Application.contentNegotiationFeature() {
|
||||
install(ContentNegotiation) {
|
||||
jackson {
|
||||
enable(SerializationFeature.INDENT_OUTPUT)
|
||||
}
|
||||
jackson {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user