We're using `staticRootFolder` right now as part o...
# ktor
j
We're using
staticRootFolder
right now as part of Ktor server. Not sure this question makes sense....but wondering if there should be way to specify multiple folders?
a
For each route you can specify its own
staticRootFolder
. What problem are you trying to solve?
j
Thanks @Aleksei Tirman [JB], I think maybe I haven't thinking about this the right way.....had in my head for some reason we could only have single
static
block (that had then a
staticRootFolder
) ....but I guess I can created multiple ones....