So, I have an HTTP4K API that was working, and the...
# http4k
n
So, I have an HTTP4K API that was working, and then I added some new routes. As far as I can tell, they're all correctly written. They compile. but when I try to hit them, I get NPEs:
my best guess is that it’s looking for an OpenAPI “description” field but isn’t finding one?
although it also mentions “Companion$Auto” which i believe is the
Body.auto()
lens builder?