I did it, thank you. In my case : ``` returning("U...
# http4k
m
I did it, thank you. In my case :
Copy code
returning("User has been created" to Response(OK).with(
                        registerAction.registerOutputLens of RegisterOutput(0, "", "", "", 0L, Organization(0, "", ""))))
It's perfect 🙂