Berkay Özkan
12/15/2022, 9:26 AMAleksei Tirman [JB]
12/15/2022, 9:39 AMBerkay Özkan
12/15/2022, 9:42 AMget("/report/{reportType}") {
val reportType = call.parameters["reportType"]
val accountId = call.request.headers["accountId"]
call.respond(service.getHistory(accountId, reportType))
}
Berkay Özkan
12/15/2022, 9:43 AMAleksei Tirman [JB]
12/15/2022, 12:51 PM