In some ktor samples... there is `install(Routing)...
# ktor
j
In some ktor samples... there is
install(Routing)
.. in others just
routing{ get("/") {...} }
... what is the difference?