wouterdoeland
01/23/2018, 3:56 PMexception<DebugModeNotEnabledException> {
call.respond(HttpStatusCode.NotFound)
}
Will respond 200 OK. But if I change the response to for example BadRequest, it replies with a 400 Bad Request. Why is this?