Berkay Özkan
Aleksei Tirman [JB]
get("/report/{reportType}") { val reportType = call.parameters["reportType"] val accountId = call.request.headers["accountId"] call.respond(service.getHistory(accountId, reportType)) }
A modern programming language that makes developers happier.