There should be an error somewhere when calling `<...
# ktor
r
There should be an error somewhere when calling
<http://io.ktor.server.routing.post|io.ktor.server.routing.post>
if the reified type used is marked with
@Resource
. Just had everything fail with 404 errors because I didn't manually import
<http://io.ktor.server.resources.post|io.ktor.server.resources.post>
and my IDE saw nothing wrong with that.
That defined root routes expecting my resource as request body, instead of routes matching the resource path
a
Can you please file a feature request?
👍 1
r
I can't stop getting bitten by this, the IDE is against me