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