Skip to content

Commit

Permalink
Add line breaks to endpoint reply
Browse files Browse the repository at this point in the history
  • Loading branch information
fsat committed Mar 30, 2018
1 parent 1968c50 commit a625fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main/scala/au/id/fsat/examples/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Main {

val route = path("") {
get {
complete(HttpEntity(ContentTypes.`text/plain(UTF-8)`, "TEST"))
complete(HttpEntity(ContentTypes.`text/plain(UTF-8)`, "TEST\n\n"))
}
}

Expand Down

0 comments on commit a625fde

Please sign in to comment.