My put and post routes that use resources don't ge...
# ktor
g
My put and post routes that use resources don't get recognized by intellij 🤔
a
You can remove the
io.ktor.server.routing.*
import to get rid of this error.
g
Nope that wont fix it