Is there some way to install a Feature on a per-ro...
# ktor
o
Is there some way to install a Feature on a per-route basis?
c
Some features can be installed like this
Copy code
route("...") {
    install(...)
👍 1