use only days
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-22 00:31:53 +02:00
parent 1bb96f90a1
commit 53b6b23ccc
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class InputServiceServer {
val queueName = channel.queueDeclare().queue
channel.queueBind(queueName, rabbitExchangeName, "")
val gson = GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").create()
val gson = GsonBuilder().setDateFormat("yyyy-MM-dd").setPrettyPrinting().create()
get("/sample"){
call.respond(resultObjectService.getAllInputObjects())