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