Just hit my head on something that was totally my ...
# ktor
n
Just hit my head on something that was totally my fault, but maybe could be improved on. I couldn't tell why I was getting 404s on my routes for some, but not all. I was using type-safe routing.
Copy code
import <http://io.ktor.server.resources.post|io.ktor.server.resources.post> // GOOD
import <http://io.ktor.server.routing.post|io.ktor.server.routing.post> // BAD
🙌 1
a
Yeah. People often encounter this situation.